Propriedade do RDL ObjectPath
Gets the object path associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property ObjectPath As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
The object path.