DbSyncAdapterCollection.Item 屬性 (String)
在給定資料表名稱時,從此集合中取得 DbSyncAdapter 物件。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
Public ReadOnly Default Property Item ( _
tableName As String _
) As DbSyncAdapter
'用途
Dim instance As DbSyncAdapterCollection
Dim tableName As String
Dim value As DbSyncAdapter
value = instance(tableName)
public DbSyncAdapter this [
string tableName
] { get; }
public:
property DbSyncAdapter^ default [String^] {
DbSyncAdapter^ get (String^ tableName);
}
/** @property */
public DbSyncAdapter get_Item (String tableName)
參數
- tableName
資料表的名稱。指定此名稱,以便從 DbSyncAdapterCollection 中取得相關聯的 DbSyncAdapter 物件。
屬性值
指定之資料表的 DbSyncAdapter 物件。
請參閱
參考
DbSyncAdapterCollection 類別
DbSyncAdapterCollection 成員
Microsoft.Synchronization.Data 命名空間