Compartilhar via


Propriedade do RDL ObjectReference

Gets the object reference associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property ObjectReference As String
    Get
'Uso
Dim instance As TraceEventArgs
Dim value As String

value = instance.ObjectReference
public string ObjectReference { get; }
public:
property String^ ObjectReference {
    String^ get ();
}
member ObjectReference : string
function get ObjectReference () : String

Valor da propriedade

Tipo: System. . :: . .String
The object reference itself.