Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Constraints As DbSyncForeignKeyConstraintCollection
'Usage
Dim instance As DbSyncTableDescription
Dim value As DbSyncForeignKeyConstraintCollection
value = instance.Constraints
public DbSyncForeignKeyConstraintCollection Constraints { get; }
public:
property DbSyncForeignKeyConstraintCollection^ Constraints {
DbSyncForeignKeyConstraintCollection^ get ();
}
/** @property */
public DbSyncForeignKeyConstraintCollection get_Constraints ()
public function get Constraints () : DbSyncForeignKeyConstraintCollection
Property Value
A list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace