DestinationLogin propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property DestinationLogin As String
    Get
    Set
'Utilisation
Dim instance As Transfer
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)

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the logon for the instance of SQL Server to which the destination database belongs.