次の方法で共有


IMajorObject.BaseType プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

IMajorObject の基本型の実装を取得します。

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

構文

'宣言
ReadOnly Property BaseType As Type 
    Get
'使用
Dim instance As IMajorObject 
Dim value As Type 

value = instance.BaseType
Type BaseType { get; }
property Type^ BaseType {
    Type^ get ();
}
abstract BaseType : Type
function get BaseType () : Type

プロパティ値

型: System.Type
基本型の実装です。

関連項目

参照

IMajorObject インターフェイス

Microsoft.AnalysisServices 名前空間