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 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)
屬性值
型別:System. . :: . .String
A String value that specifies the logon for the instance of SQL Server to which the destination database belongs.