SSIS Components for Microsoft SharePoint

Build 24.0.9175

UpdateListColumn

指定されたSharePoint リストのカラムを更新します。

Input

Name Type Required Description
List String True カラムが含まれるリストのGUID または名前。
ColumnName String True 更新するカラム名。
DisplayName String False カラムの表示名の新しい値。
DefaultValue String False カラムのデフォルト値の新しい値。
ColumnType String False カラムの型の新しい値。有効なオプションは、SharePoint API で利用可能なFieldTypes で定義されています(https://learn.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 です。
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