共用方式為


IMajorObject.BaseType 屬性

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

語法

'宣告
Private ReadOnly Property BaseType As Type
    Implements IMajorObject.BaseType
    Get
'用途
Dim instance As DimensionPermission
Dim value As Type

value = CType(instance, IMajorObject).BaseType
Type IMajorObject.BaseType { get; }
private:
virtual property Type^ BaseType {
    Type^ get () sealed = IMajorObject::BaseType::get;
}
private abstract BaseType : Type
private override BaseType : Type
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System. . :: . .Type

實作

IMajorObject. . :: . .BaseType