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)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New DbSyncForeignKeyConstraint(name)
public DbSyncForeignKeyConstraint(
    string name
)
public:
DbSyncForeignKeyConstraint(
    String^ name
)
new : 
        name:string -> DbSyncForeignKeyConstraint
public function DbSyncForeignKeyConstraint(
    name : String
)

Parameters

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

See Also

Reference

DbSyncForeignKeyConstraint Class

DbSyncForeignKeyConstraint Overload

Microsoft.Synchronization.Data Namespace