Share via


TransferBase.DestinationLogin Property

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 (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property DestinationLogin As String 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

TransferBase Class

Microsoft.SqlServer.Management.Smo Namespace