SSIS Components for Microsoft SharePoint

Build 24.0.9175

AddListColumn

指定されたリストに新しいカラムを追加します。

Input

Name Type Required Description
List String True SharePoint サーバー上のリストの名前。
ColumnName String True 追加するカラム名。
DisplayName String False 追加するカラムの表示名。
DefaultValue String False 追加するカラムのデフォルト値。
ColumnType String True 追加するカラムのデータ型。有効なオプションは、SharePoint API で利用可能なFieldTypes で定義されています(https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee540543(v=office.15))。許可される値は、Integer、Text、Note、DateTime、Counter、Choice、Lookup、Boolean、Number、Currency、URL、Computed、Threading、Guid、MultiChoice、GridChoice、Calculated、File、Attachments、User、Recurrence、CrossProjectLink、ModStat、Error、ContentTypeId、PageSeparator、ThreadIndex、WorkflowStatus、AllDayEvent、WorkflowEventType、Geolocation、OutcomeChoice です。

デフォルト値はTextです。

MaxLength String False カラムの最大長。
PrimaryKey Boolean False カラムが主キーかどうかを示すBoolean。
ReadOnly Boolean False カラムが読み取り専用かどうかを示すBoolean。
Required Boolean False カラムが必須かどうかを示すBoolean。

Result Set Columns

Name Type Description
Success Boolean 操作が成功したかどうかを示すBoolean 値。

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175