Cube.IMajorObject.ObjectReference 属性

Gets the object reference implementation of the Cube.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Private ReadOnly Property ObjectReference As ObjectReference 
    Implements IMajorObject.ObjectReference 
    Get
用法
Dim instance As Cube 
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 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:Microsoft.AnalysisServices.ObjectReference
The object reference implementation of the Cube.

实现

IMajorObject.ObjectReference

请参阅

参考

Cube 类

Microsoft.AnalysisServices 命名空间