TraceEventArgs.ObjectPath Property
Gets the object path associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectPath As String
Get
'Usage
Dim instance As TraceEventArgs
Dim value As String
value = instance.ObjectPath
public string ObjectPath { get; }
public:
property String^ ObjectPath {
String^ get ();
}
member ObjectPath : string
function get ObjectPath () : String
Property Value
Type: System.String
The object path.