ProjectWSSInfoDataSet.Tables プロパティ
ProjectWSSInfoDataSetは、内のテーブルのコレクションを表します。
名前空間: WebSvcWssInterop
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Tables As DataTableCollection
Get
'使用
Dim instance As ProjectWSSInfoDataSet
Dim value As DataTableCollection
value = instance.Tables
public DataTableCollection Tables { get; }
プロパティ値
型: System.Data.DataTableCollection