Compartir a través de


TransferBase.DestinationLogin Propiedad

Gets or sets the logon for the instance of SQL Server to which the destination database belongs.

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

Sintaxis

'Declaración
Public Property DestinationLogin As String 
    Get 
    Set
'Uso
Dim instance As TransferBase 
Dim value As String 

value = instance.DestinationLogin

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

Valor de la propiedad

Tipo: System.String
The logon for the instance of SQL Server to which the destination database belongs.

Vea también

Referencia

TransferBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo