SqlCeSyncTableProvisioningCollection Class

Represents a collection of SqlCeSyncTableProvisioning objects.

System.Object
  System.Collections.ObjectModel.Collection(Of SqlCeSyncTableProvisioning)
    Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncTableProvisioningCollection

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

'Declaration
Public Class SqlCeSyncTableProvisioningCollection _
	Inherits Collection(Of SqlCeSyncTableProvisioning)
'Usage
Dim instance As SqlCeSyncTableProvisioningCollection

The SqlCeSyncTableProvisioningCollection type exposes the following members.

  NameDescription
Public methodSqlCeSyncTableProvisioningCollectionInitializes a new instance of the SqlCeSyncTableProvisioningCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public propertyItem(Int32) (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public propertyItem(String)Gets a SqlCeSyncTableProvisioning object with the specified name from the collection.
Protected propertyItems (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Top

  NameDescription
Public methodAdd (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodClear (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Protected methodClearItems (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodContains (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodCopyTo (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodInsert (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Protected methodInsertItem (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodRemoveAt (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Protected methodRemoveItem (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Protected methodSetItem (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate propertyICollection(Of T).IsReadOnly (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection(Of SqlCeSyncTableProvisioning).)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: