Compartilhar via


Propriedade do RDL DatabasePermission.IMajorObject.BaseType

Gets the base type implementation of the DatabasePermission.

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

Sintaxe

'Declaração
Private ReadOnly Property BaseType As Type 
    Implements IMajorObject.BaseType 
    Get
'Uso
Dim instance As DatabasePermission 
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System.Type
The base type implementation of the DatabasePermission.

Implementa

IMajorObject.BaseType

Consulte também

Referência

DatabasePermission Classe

Namespace Microsoft.AnalysisServices