共用方式為


Assembly.IMajorObject.ObjectReference 屬性

Gets the object reference implementation of the assembly.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private ReadOnly Property ObjectReference As ObjectReference 
    Implements IMajorObject.ObjectReference 
    Get
'用途
Dim instance As [Assembly]
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.

實作

IMajorObject.ObjectReference

請參閱

參考

Assembly 類別

Microsoft.AnalysisServices 命名空間