在给定表名称时从集合中获取 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 命名空间