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(Of SqlSyncProviderAdapterConfiguration)
    Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfigurationCollection

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

'Declaration
<SerializableAttribute> _
Public Class SqlSyncProviderAdapterConfigurationCollection _
	Inherits Collection(Of SqlSyncProviderAdapterConfiguration)
'Usage
Dim instance As SqlSyncProviderAdapterConfigurationCollection

The SqlSyncProviderAdapterConfigurationCollection type exposes the following members.

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

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

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