TimesheetListDataSet.TimesheetsDataTable.TS_NAMEColumn プロパティ
TS_NAMEフィールドの列を定義します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property TS_NAMEColumn As DataColumn
Get
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim value As DataColumn
value = instance.TS_NAMEColumn
public DataColumn TS_NAMEColumn { get; }
プロパティ値
型: System.Data.DataColumn
フィールドのDataColumnのオブジェクトです。
関連項目
参照先
TimesheetListDataSet.TimesheetsDataTable クラス