SqlSyncProviderAdapterConfigurationCollection-Klasse

Stellt eine Auflistung von SqlSyncProviderAdapterConfiguration-Objekten dar, die nach den Namen der zugeordneten Tabellen indiziert werden können.

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>

Vererbungshierarchie

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SqlSyncProviderAdapterConfiguration> ) > ) >
    Microsoft.Synchronization.Data.SqlServer..::..SqlSyncProviderAdapterConfigurationCollection

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

SqlSyncProviderAdapterConfigurationCollection-Member

Microsoft.Synchronization.Data.SqlServer-Namespace