在給定資料表名稱時,從此集合中取得 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)
參數
- tableName
資料表的名稱。指定此名稱,以便從 SyncAdapterCollection 中取得相關聯的 SyncAdapter。
屬性值
指定之資料表的 SyncAdapter 物件。
請參閱
參考
SyncAdapterCollection 類別
SyncAdapterCollection 成員
Microsoft.Synchronization.Data.Server 命名空間