DbSyncAdapterCollection.Item Property (String)
Gets a DbSyncAdapter object from the collection when given a table name.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
tableName As String _
) As DbSyncAdapter
'Usage
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)
Parameters
- tableName
The name of the table. Specify the name to get the associated DbSyncAdapter object from DbSyncAdapterCollection.
Property Value
A DbSyncAdapter object for the specified table.
See Also
Reference
DbSyncAdapterCollection Class
DbSyncAdapterCollection Members
Microsoft.Synchronization.Data Namespace