Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates whether primary keys are transferred from the source to the target database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property CopyPrimaryKeys As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyPrimaryKeys
instance.CopyPrimaryKeys = value
bool CopyPrimaryKeys { get; set; }
property bool CopyPrimaryKeys {
bool get ();
void set (bool value);
}
abstract CopyPrimaryKeys : bool with get, set
function get CopyPrimaryKeys () : boolean
function set CopyPrimaryKeys (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if primary keys are transferred from the source to the target database; otherwise, false.
Siehe auch
Verweis
ITransferSqlServerObjectsTask Schnittstelle
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask-Namespace