Freigeben über


DataSource.IMajorObject.BaseType-Eigenschaft

Gets the base type implementation of the data source.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private ReadOnly Property BaseType As Type 
    Implements IMajorObject.BaseType 
    Get
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Type
The base type implementation.

Implementiert

IMajorObject.BaseType

Siehe auch

Verweis

DataSource Klasse

Microsoft.AnalysisServices-Namespace