Свойство Login
Gets or sets the login used to establish a connection with the registered server.
Пространство имен: Microsoft.SqlServer.Management.Smo.RegisteredServers
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property Login As String
Get
Set
'Применение
Dim instance As RegisteredServer
Dim value As String
value = instance.Login
instance.Login = value
[SfcPropertyAttribute]
public string Login { get; set; }
[SfcPropertyAttribute]
public:
property String^ Login {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member Login : string with get, set
function get Login () : String
function set Login (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the used to establish a connection with the registered server.