DbSyncForeignKeyConstraint Constructor (String)

Initializes a new instance of the DbSyncForeignKeyConstraint class for a constraint with the specified name.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
DbSyncForeignKeyConstraint(
	String^ name
)

Parameters

name
Type: System::String
The name of the foreign key constraint.
Show: