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

