Partager via


ObjectReference propriété

Gets the object reference associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ObjectReference As String
    Get
'Utilisation
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

Valeur de la propriété

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