DbSyncForeignKeyConstraintCollection Class

Represents a collection of DbSyncForeignKeyConstraint objects.

System.Object
  System.Collections.ObjectModel.Collection(Of DbSyncForeignKeyConstraint)
    Microsoft.Synchronization.Data.DbSyncForeignKeyConstraintCollection

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

'Declaration
<SerializableAttribute> _
Public Class DbSyncForeignKeyConstraintCollection _
	Inherits Collection(Of DbSyncForeignKeyConstraint)
'Usage
Dim instance As DbSyncForeignKeyConstraintCollection

The DbSyncForeignKeyConstraintCollection type exposes the following members.

  NameDescription
Public methodDbSyncForeignKeyConstraintCollectionInitializes a new instance of the DbSyncForeignKeyConstraintCollection class.
Top

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

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

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate propertyICollection(Of T).IsReadOnly (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection(Of DbSyncForeignKeyConstraint).)
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: