Propriété TraceEventArgs.ObjectReference
Gets the object reference associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en 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 propriété
Type : System.String
The object reference itself.