Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
public DbSyncForeignKeyConstraint (
String name
)
public function DbSyncForeignKeyConstraint (
name : String
)
Parameters
- name
The name of the foreign key constraint.
See Also
Reference
DbSyncForeignKeyConstraint Class
DbSyncForeignKeyConstraint Members
Microsoft.Synchronization.Data Namespace