Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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