Proprietà TraceEventArgs.ObjectID
Gets the object identifier associated with a TraceEventArgs object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ObjectID As String
Get
'Utilizzo
Dim instance As TraceEventArgs
Dim value As String
value = instance.ObjectID
public string ObjectID { get; }
public:
property String^ ObjectID {
String^ get ();
}
member ObjectID : string
function get ObjectID () : String
Valore proprietà
Tipo: System.String
The object identifier.