TraceEventArgs.NTDomainName Property

 

Applies To: SQL Server 2016 Preview

Gets the NT domain name associated with a TraceEventArgs object.

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

Syntax

public string NTDomainName { get; }
public:
property String^ NTDomainName {
    String^ get();
}
member NTDomainName : string with get
Public ReadOnly Property NTDomainName As String

Property Value

Type: System.String

The NT domain name.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top