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
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncAdapterCollection Class
SyncAdapterCollection Members
Microsoft.Synchronization.Data.Server Namespace