Freigeben über


Perspective.IMajorObject.ObjectReference-Eigenschaft

Gets the object reference implementation of the Perspective.

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

Syntax

'Declaration
Private ReadOnly Property ObjectReference As ObjectReference 
    Implements IMajorObject.ObjectReference 
    Get
'Usage
Dim instance As Perspective 
Dim value As ObjectReference 

value = CType(instance, IMajorObject).ObjectReference
ObjectReference IMajorObject.ObjectReference { get; }
private:
virtual property ObjectReference^ ObjectReference {
    ObjectReference^ get () sealed = IMajorObject::ObjectReference::get;
}
private abstract ObjectReference : ObjectReference 
private override ObjectReference : ObjectReference
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: Microsoft.AnalysisServices.ObjectReference
The object reference implementation of the Perspective.

Implementiert

IMajorObject.ObjectReference

Siehe auch

Verweis

Perspective Klasse

Microsoft.AnalysisServices-Namespace