DbSyncTableDescription::Constraints Property

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)

public:
property DbSyncForeignKeyConstraintCollection^ Constraints {
	DbSyncForeignKeyConstraintCollection^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::DbSyncForeignKeyConstraintCollection
A list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table.
Show: