共用方式為


TransferBase.DestinationLogin 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property DestinationLogin As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

TransferBase 類別

Microsoft.SqlServer.Management.Smo 命名空間