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