Propriété TraceEventArgs.ObjectPath
Gets the object path associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ObjectPath As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The object path.