Partager via


Propriété AggregationDesign.IMajorObject.BaseType

Gets the base type implementation of the AggregationDesign.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private ReadOnly Property BaseType As Type 
    Implements IMajorObject.BaseType 
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Type
The base type implementation of the AggregationDesign.

Implémente

IMajorObject.BaseType

Voir aussi

Référence

AggregationDesign Classe

Espace de noms Microsoft.AnalysisServices