JobID propriété
Gets the job identifier associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property JobID As String
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .String
The job identifier.
Voir aussi