SyncAdapterCollection::IndexOf Method (String)
Searches for a SyncAdapter object when given a table name, and returns the zero-based index of the first occurrence within the entire collection.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- tableName
- Type: System::String
The name of the table. Specify the name to get the index of the associated SyncAdapter object in the SyncAdapterCollection.
Return Value
Type: System::Int32The index position of tableName if that string is found; otherwise -1 if it is not.
Show: