IMajorObject.BaseType 屬性
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Private ReadOnly Property BaseType As Type
Implements IMajorObject.BaseType
Get
'用途
Dim instance As Server
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 支援明確介面實作的使用,但不支援新介面實作的宣告。