SqlSyncProviderAdapterParametersCollection Class

Represents the collection of parameter sets that are associated with the tables used by this adapter.

System.Object
  System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterParameters>
    Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParametersCollection

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

[SerializableAttribute]
public class SqlSyncProviderAdapterParametersCollection : Collection<SqlSyncProviderAdapterParameters>

The SqlSyncProviderAdapterParametersCollection type exposes the following members.

  NameDescription
Public methodSqlSyncProviderAdapterParametersCollectionInitializes a new instance of the SqlSyncProviderAdapterParametersCollection class.
Top

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

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection<SqlSyncProviderAdapterParameters>.)
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: