DbSyncTableDescription.Constraints-Eigenschaft
Ruft eine Liste von DbSyncForeignKeyConstraint-Objekten ab, die die Fremdschlüsseleinschränkungen darstellen, die für eine Tabelle gelten.
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
Eigenschaftenwert
Eine Liste von DbSyncForeignKeyConstraint-Objekten, die die Fremdschlüsseleinschränkungen darstellen, die für eine Tabelle gelten.
Siehe auch
Verweis
DbSyncTableDescription-Klasse
DbSyncTableDescription-Member
Microsoft.Synchronization.Data-Namespace