TraceEventArgs.JobID Property

Gets the job identifier associated with a TraceEventArgs object.

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

Syntax

'Declaration
Public ReadOnly Property JobID As String
    Get
'Usage
Dim instance As TraceEventArgs
Dim value As String

value = instance.JobID
public string JobID { get; }
public:
property String^ JobID {
    String^ get ();
}
member JobID : string
function get JobID () : String

Property Value

Type: System.String
The job identifier.