Propriété TraceEventArgs.NTUserName
Gets the NT user name associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NTUserName As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The NT user name.