Compartir a través de


DestinationDatabase Propiedad

Gets or sets the database that is the destination of the transfer operation.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property DestinationDatabase As String
    Get
    Set
'Uso
Dim instance As Transfer
Dim value As String

value = instance.DestinationDatabase

instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
property String^ DestinationDatabase {
    String^ get ();
    void set (String^ value);
}
member DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the destination database.

Ejemplos

Transferir datos