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 SyncSchemaForeignKey objects.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncSchemaForeignKeys
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SyncSchemaForeignKeys
'Usage
Dim instance As SyncSchemaForeignKeys
public class SyncSchemaForeignKeys
public ref class SyncSchemaForeignKeys
type SyncSchemaForeignKeys = class end
public class SyncSchemaForeignKeys
The SyncSchemaForeignKeys type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of SyncSchemaForeignKey objects in the collection. |
![]() |
Item[Int32] | Gets a SyncSchemaForeignKey object from the collection at the specified index. |
![]() |
Item[String] | Gets a SyncSchemaForeignKey object from the collection when given a foreign key constraint name. |
![]() |
Values | Gets a collection of the values that are contained in the SyncSchemaForeignKeys object. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add(String, String, String, String, String) | Adds a SyncSchemaForeignKey object to the end of the collection, with the specified constraint name, parent table and column, and child table and column. |
![]() |
Add(String, String, String[], String, String[]) | Adds a SyncSchemaForeignKey object to the end of the collection, with the specified constraint name, parent table and columns, and child table and columns. |
![]() |
Clear | Clears the collection of all SyncSchemaForeignKey objects. |
![]() |
Contains | Determines whether a SyncSchemaForeignKey object with the specified name is in the collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Searches for a SyncSchemaForeignKey object when given a constraint name, and returns the zero-based index of the first occurrence within the entire collection. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the first occurrence of a SyncSchemaForeignKey object with the specified name from the collection. |
![]() |
ToString | (Inherited from Object.) |
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)