Condividi tramite


Proprietà Assembly.IMajorObject.BaseType

Gets the base type implementation of the assembly.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property BaseType As Type 
    Implements IMajorObject.BaseType 
    Get
'Utilizzo
Dim instance As [Assembly]
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: System.Type
The base type implementation.

Implementa

IMajorObject.BaseType

Vedere anche

Riferimento

Assembly Classe

Spazio dei nomi Microsoft.AnalysisServices