Proprietà TransferBase.CreateTargetDatabase
Gets or sets a value that indicates whether the target database is created in the transfer operation.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Property CreateTargetDatabase As Boolean
Get
Set
'Utilizzo
Dim instance As TransferBase
Dim value As Boolean
value = instance.CreateTargetDatabase
instance.CreateTargetDatabase = value
public bool CreateTargetDatabase { get; set; }
public:
property bool CreateTargetDatabase {
bool get ();
void set (bool value);
}
member CreateTargetDatabase : bool with get, set
function get CreateTargetDatabase () : boolean
function set CreateTargetDatabase (value : boolean)
Valore proprietà
Tipo: System.Boolean
true if the target database is created in the transfer operation; otherwise, false. The default is false.