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 命名空间