Proprietà WmiConnectionInfo.Username
Gets the name of the account used to establish the connection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Public Property Username As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A String value that specifies the name of the account used to establish the connection.
Esempi
Gestione di servizi e di impostazioni di rete tramite il provider WMI
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi