DbSyncTableDescription::Constraints Property
Gets a list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property DbSyncForeignKeyConstraintCollection^ Constraints { DbSyncForeignKeyConstraintCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data::DbSyncForeignKeyConstraintCollectionA list of DbSyncForeignKeyConstraint objects that represent the foreign key constraints that apply to a table.
Show: