Свойство 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.
См. также