SqlSyncProviderAdapterConfigurationCollection Class

Represents a collection of SqlSyncProviderAdapterConfiguration objects that can be indexed by the names of their associated tables.

System.Object
  System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterConfiguration>
    Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfigurationCollection

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

[SerializableAttribute]
public class SqlSyncProviderAdapterConfigurationCollection : Collection<SqlSyncProviderAdapterConfiguration>

The SqlSyncProviderAdapterConfigurationCollection type exposes the following members.

  NameDescription
Public methodSqlSyncProviderAdapterConfigurationCollectionInitializes a new instance of the SqlSyncProviderAdapterConfigurationCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public propertyItem[Int32] (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public propertyItem[String]An indexer property that gets the SqlSyncProviderAdapterConfiguration object that is associated with the specified table.
Protected propertyItems (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: