TransferSqlServerObjectsTask.CopyPrimaryKeys Proprietà

Definizione

Ottiene o imposta un Booleano che indica se le chiavi primarie vengono trasferite dalla sorgente al database di destinazione.

public:
 property bool CopyPrimaryKeys { bool get(); void set(bool value); };
public bool CopyPrimaryKeys { get; set; }
member this.CopyPrimaryKeys : bool with get, set
Public Property CopyPrimaryKeys As Boolean

Valore della proprietà

true indica che le chiavi primarie vengono trasferite dalla sorgente al database di destinazione.

Implementazioni

Commenti

Il valore predefinito è true.

Si applica a