Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the connection identifier associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionID As String
Get
'Usage
Dim instance As TraceEventArgs
Dim value As String
value = instance.ConnectionID
public string ConnectionID { get; }
public:
property String^ ConnectionID {
String^ get ();
}
member ConnectionID : string
function get ConnectionID () : String
Property Value
Type: System.String
The connection identifier.