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<SqlSyncProviderAdapterConfiguration>
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfigurationCollection
System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterConfiguration>
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfigurationCollection
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
The SqlSyncProviderAdapterConfigurationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlSyncProviderAdapterConfigurationCollection | Initializes a new instance of the SqlSyncProviderAdapterConfigurationCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.) |
![]() | Item[Int32] | (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.) |
![]() | Item[String] | An indexer property that gets the SqlSyncProviderAdapterConfiguration object that is associated with the specified table. |
![]() | Items | (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.) |
Top
Top
Show:

