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
System.Collections.ObjectModel.Collection(Of 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(Of SqlSyncProviderAdapterParameters).) |
![]() | Item(Int32) | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() | Item(String) | An indexer property that gets the parameters that are associated with the specified table. |
![]() | Items | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.Contains | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.IndexOf | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.Insert | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | ICollection(Of T).IsReadOnly | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.Item | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | IList.Remove | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection(Of SqlSyncProviderAdapterParameters).) |
Show:

