SqlSyncTableProvisioningCollection Class
Represents a collection of SqlSyncTableProvisioning objects.
System.Object
System.Collections.ObjectModel.Collection(Of SqlSyncTableProvisioning)
Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioningCollection
System.Collections.ObjectModel.Collection(Of SqlSyncTableProvisioning)
Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioningCollection
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
The SqlSyncTableProvisioningCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlSyncTableProvisioningCollection | Initializes a new instance of the SqlSyncTableProvisioningCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() | Item(Int32) | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() | Item(String) | An indexer property that gets a SqlSyncTableProvisioning object with the specified table name from the collection. |
![]() | Items | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.Contains | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.IndexOf | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.Insert | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | ICollection(Of T).IsReadOnly | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.Item | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | IList.Remove | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection(Of SqlSyncTableProvisioning).) |
Show:

