TraceEventArgs.ConnectionID Property

 

Applies To: SQL Server 2016 Preview

Gets the connection identifier associated with a TraceEventArgs object.

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

Syntax

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

Property Value

Type: System.String

The connection identifier.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top