次の方法で共有


Assembly.IMajorObject.BaseType プロパティ

アセンブリの基本型の実装を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Private ReadOnly Property BaseType As Type 
    Implements IMajorObject.BaseType 
    Get
'使用
Dim instance As [Assembly]
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

関連項目

参照

Assembly クラス

Microsoft.AnalysisServices 名前空間