Compartilhar via


Propriedade do RDL TraceEventArgs.NTUserName

Gets the NT user name associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property NTUserName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The NT user name.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices