次の方法で共有


ScheduleDataSet.Tables プロパティ

ScheduleDataSetでは、テーブルのコレクションを取得します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public ReadOnly Property Tables As DataTableCollection
    Get
'使用
Dim instance As ScheduleDataSet
Dim value As DataTableCollection

value = instance.Tables
public DataTableCollection Tables { get; }

プロパティ値

型: System.Data.DataTableCollection

関連項目

参照先

ScheduleDataSet クラス

ScheduleDataSet メンバー

WebSvcStatusing 名前空間