Compartilhar via


Propriedade do RDL MiningModelPermission.IMajorObject.BaseType

Gets the base type implementation of the mining model permission.

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 MiningModelPermission 
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.

Implementa

IMajorObject.BaseType

Consulte também

Referência

MiningModelPermission Classe

Namespace Microsoft.AnalysisServices