Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents a collection of DbSyncForeignKeyConstraint objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DbSyncForeignKeyConstraint>
Microsoft.Synchronization.Data.DbSyncForeignKeyConstraintCollection
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DbSyncForeignKeyConstraintCollection _
Inherits Collection(Of DbSyncForeignKeyConstraint)
'Usage
Dim instance As DbSyncForeignKeyConstraintCollection
[SerializableAttribute]
public class DbSyncForeignKeyConstraintCollection : Collection<DbSyncForeignKeyConstraint>
[SerializableAttribute]
public ref class DbSyncForeignKeyConstraintCollection : public Collection<DbSyncForeignKeyConstraint^>
[<SerializableAttribute>]
type DbSyncForeignKeyConstraintCollection =
class
inherit Collection<DbSyncForeignKeyConstraint>
end
public class DbSyncForeignKeyConstraintCollection extends Collection<DbSyncForeignKeyConstraint>
The DbSyncForeignKeyConstraintCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DbSyncForeignKeyConstraintCollection | Initializes a new instance of the DbSyncForeignKeyConstraintCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() |
Item[Int32] | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() |
Item[String] | Gets a DbSyncForeignKeyConstraint object with the specified name from the collection. |
![]() |
Items | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
Top
Methods
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.Item | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<DbSyncForeignKeyConstraint>.) |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)