Condividi tramite


Proprietà TraceEventArgs.ObjectReference

Gets the object reference associated with a TraceEventArgs object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ObjectReference As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The object reference itself.

Vedere anche

Riferimento

TraceEventArgs Classe

Spazio dei nomi Microsoft.AnalysisServices