Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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