Compartilhar via


Propriedade do RDL TransferBase.DestinationLogin

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

TransferBase Classe

Namespace Microsoft.SqlServer.Management.Smo