SqlCeSyncTableProvisioningCollection Class

Represents a collection of SqlCeSyncTableProvisioning objects.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<SqlCeSyncTableProvisioning>
    Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncTableProvisioningCollection

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

Syntax

'Declaration
Public Class SqlCeSyncTableProvisioningCollection _
    Inherits Collection(Of SqlCeSyncTableProvisioning)
'Usage
Dim instance As SqlCeSyncTableProvisioningCollection
public class SqlCeSyncTableProvisioningCollection : Collection<SqlCeSyncTableProvisioning>
public ref class SqlCeSyncTableProvisioningCollection : public Collection<SqlCeSyncTableProvisioning^>
type SqlCeSyncTableProvisioningCollection =  
    class
        inherit Collection<SqlCeSyncTableProvisioning>
    end
public class SqlCeSyncTableProvisioningCollection extends Collection<SqlCeSyncTableProvisioning>

The SqlCeSyncTableProvisioningCollection type exposes the following members.

Constructors

  Name Description
Public method SqlCeSyncTableProvisioningCollection Initializes a new instance of the SqlCeSyncTableProvisioningCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public property Item[Int32] (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public property Item[String] Gets a SqlCeSyncTableProvisioning object with the specified name from the collection.
Protected property Items (Inherited from Collection<SqlCeSyncTableProvisioning>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method Clear (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Protected method ClearItems (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method Contains (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method CopyTo (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method Insert (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Protected method InsertItem (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method RemoveAt (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Protected method RemoveItem (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Protected method SetItem (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<SqlCeSyncTableProvisioning>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<SqlCeSyncTableProvisioning>.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Data.SqlServerCe Namespace