Freigeben über


TraceEventArgs.ObjectPath-Eigenschaft

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

Eigenschaftswert

Typ: System.String
The object path.

Siehe auch

Verweis

TraceEventArgs Klasse

Microsoft.AnalysisServices-Namespace