JDBC Driver for Microsoft SharePoint

Build 23.0.8839

AddListColumn

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

Input

Name Type Description
List String SharePoint サーバー上のリストの名前。
ColumnName String 追加するカラム名。
DisplayName String 追加するカラムの表示名。
DefaultValue String 追加するカラムのデフォルト値。
ColumnType String 追加するカラムのデータ型。有効なオプションは、SharePoint API で利用可能なFieldTypes で定義されています(https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee540543(v=office.15))。
MaxLength String 追加するカラムの最大長。
PrimaryKey String カラムが主キーかどうかを示すBoolean。
ReadOnly String カラムが読み取り専用かどうかを示すBoolean。
Required String カラムが必須かどうかを示すBoolean。

Result Set Columns

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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839