Свойство WmiConnectionInfo.Username
Gets the name of the account used to establish the connection.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public Property Username As String
Get
Set
'Применение
Dim instance As WmiConnectionInfo
Dim value As String
value = instance.Username
instance.Username = value
public string Username { get; set; }
public:
property String^ Username {
String^ get ();
void set (String^ value);
}
member Username : string with get, set
function get Username () : String
function set Username (value : String)
Значение свойства
Тип: System.String
A String value that specifies the name of the account used to establish the connection.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi