SqlSyncProviderAdapterConfigurationCollection Class

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

Inheritance Hierarchy

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)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SqlSyncProviderAdapterConfigurationCollection _
    Inherits Collection(Of SqlSyncProviderAdapterConfiguration)
'Usage
Dim instance As SqlSyncProviderAdapterConfigurationCollection
[SerializableAttribute]
public class SqlSyncProviderAdapterConfigurationCollection : Collection<SqlSyncProviderAdapterConfiguration>
[SerializableAttribute]
public ref class SqlSyncProviderAdapterConfigurationCollection : public Collection<SqlSyncProviderAdapterConfiguration^>
[<SerializableAttribute>]
type SqlSyncProviderAdapterConfigurationCollection =  
    class
        inherit Collection<SqlSyncProviderAdapterConfiguration>
    end
public class SqlSyncProviderAdapterConfigurationCollection extends Collection<SqlSyncProviderAdapterConfiguration>

The SqlSyncProviderAdapterConfigurationCollection type exposes the following members.

Constructors

  Name Description
Public method SqlSyncProviderAdapterConfigurationCollection Initializes a new instance of the SqlSyncProviderAdapterConfigurationCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public property Item[Int32] (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public property Item[String] An indexer property that gets the SqlSyncProviderAdapterConfiguration object that is associated with the specified table.
Protected property Items (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method Clear (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Protected method ClearItems (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method Contains (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method CopyTo (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method Insert (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Protected method InsertItem (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method RemoveAt (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Protected method RemoveItem (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Protected method SetItem (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Data.SqlServer Namespace