BaseType プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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