SqlSyncProviderAdapterParametersCollection Class
Represents the collection of parameter sets that are associated with the tables used by this adapter.
System.Object
System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterParameters>
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParametersCollection
System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterParameters>
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParametersCollection
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
The SqlSyncProviderAdapterParametersCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlSyncProviderAdapterParametersCollection | Initializes a new instance of the SqlSyncProviderAdapterParametersCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<SqlSyncProviderAdapterParameters>.) |
![]() | Item[Int32] | (Inherited from Collection<SqlSyncProviderAdapterParameters>.) |
![]() | Item[String] | An indexer property that gets the parameters that are associated with the specified table. |
![]() | Items | (Inherited from Collection<SqlSyncProviderAdapterParameters>.) |
Top
Top
Show:

