Proprietà TraceEventArgs.NTUserName
Gets the NT user name associated with a TraceEventArgs object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property NTUserName As String
Get
'Utilizzo
Dim instance As TraceEventArgs
Dim value As String
value = instance.NTUserName
public string NTUserName { get; }
public:
property String^ NTUserName {
String^ get ();
}
member NTUserName : string
function get NTUserName () : String
Valore proprietà
Tipo: System.String
The NT user name.