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)

Syntax

'Declaration
Public ReadOnly Property Constraints As DbSyncForeignKeyConstraintCollection
    Get
'Usage
Dim instance As DbSyncTableDescription
Dim value As DbSyncForeignKeyConstraintCollection

value = instance.Constraints
public DbSyncForeignKeyConstraintCollection Constraints { get; }
public:
property DbSyncForeignKeyConstraintCollection^ Constraints {
    DbSyncForeignKeyConstraintCollection^ get ();
}
member Constraints : DbSyncForeignKeyConstraintCollection
function get Constraints () : DbSyncForeignKeyConstraintCollection

Property Value

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

See Also

Reference

DbSyncTableDescription Class

Microsoft.Synchronization.Data Namespace