IMajorObject.BaseType プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Private ReadOnly Property BaseType As Type
Implements IMajorObject.BaseType
Get
'使用
Dim instance As AggregationDesign
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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。