SqlSyncProviderAdapterParametersCollection Class

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

System.Object
  System.Collections.ObjectModel.Collection(Of SqlSyncProviderAdapterParameters)
    Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParametersCollection

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

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

The SqlSyncProviderAdapterParametersCollection type exposes the following members.

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

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

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