Compartir a través de


NTUserName Propiedad

Gets the NT user name associated with a TraceEventArgs object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String
The NT user name.