次の方法で共有


SyncDataSet.SyncFieldMappingsDataTable.Item プロパティ

SynFieldMappingsDataTable行がインデックスで指定されている内の row オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As SyncDataSet.SyncFieldMappingsRow
    Get
'使用
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim index As Integer
Dim value As SyncDataSet.SyncFieldMappingsRow

value = instance.Item(index)
public SyncDataSet.SyncFieldMappingsRow this[
    int index
] { get; }

パラメーター

プロパティ値

型: WebSvcProject.SyncDataSet.SyncFieldMappingsRow

関連項目

参照先

SyncDataSet.SyncFieldMappingsDataTable クラス

SyncDataSet.SyncFieldMappingsDataTable メンバー

WebSvcProject 名前空間