「データ列を削除」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Core.RemoveDataColumn
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: コア>データテーブル>データ列を削除
Removes a Data Column to a specified DataTable.
指定したデータテーブルのデータ列を削除します。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Column ・・・ A DataColumn object to be removed from the column collection of the DataTable. If this property is set the ColumnName and ColumnIndex properties are ignored
ColumnIndex ・・・ The index of the column to be removed from the column collection of the DataTable.
ColumnName ・・・ The name of the column to be removed from the column collection of the DataTable. If this property is set then the ColumnIndex property is ignored.
DataTable
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中