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