SqlSyncTableProvisioningCollection Class

Represents a collection of SqlSyncTableProvisioning objects.

System.Object
  System.Collections.ObjectModel.Collection<SqlSyncTableProvisioning>
    Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioningCollection

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

public class SqlSyncTableProvisioningCollection : Collection<SqlSyncTableProvisioning>

The SqlSyncTableProvisioningCollection type exposes the following members.

  NameDescription
Public methodSqlSyncTableProvisioningCollectionInitializes a new instance of the SqlSyncTableProvisioningCollection class.
Top

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

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