SyncAdapterCollection.Item プロパティ (String)

テーブル名が指定されている場合は、コレクションから SyncAdapter オブジェクトを取得します。

名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)

構文

'宣言
Public ReadOnly Default Property Item ( _
    tableName As String _
) As SyncAdapter
'使用
Dim instance As SyncAdapterCollection
Dim tableName As String
Dim value As SyncAdapter

value = instance(tableName)
public SyncAdapter this [
    string tableName
] { get; }
public:
property SyncAdapter^ default [String^] {
    SyncAdapter^ get (String^ tableName);
}
/** @property */
public SyncAdapter get_Item (String tableName)

パラメーター

プロパティ値

指定したテーブルの SyncAdapter オブジェクト。

参照

リファレンス

SyncAdapterCollection クラス
SyncAdapterCollection メンバー
Microsoft.Synchronization.Data.Server 名前空間