Свойство DataSource.IMajorObject.BaseType
Gets the base type implementation of the data source.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private ReadOnly Property BaseType As Type
Implements IMajorObject.BaseType
Get
'Применение
Dim instance As DataSource
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
The base type implementation.