TraceEventArgs.ObjectID-Eigenschaft
Gets the object identifier associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public ReadOnly Property ObjectID As String
Get
'Usage
Dim instance As TraceEventArgs
Dim value As String
value = instance.ObjectID
C#
public string ObjectID { get; }
public:
property String^ ObjectID {
String^ get ();
}
member ObjectID : string
function get ObjectID () : String
Typ: System.String
The object identifier.