TraceEventArgs.ObjectID Property
Gets the object identifier associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectID As String
Get
'Usage
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
Property Value
Type: System.String
The object identifier.