Propriedade do RDL MeasureGroup.IMajorObject.BaseType
Gets the base type implementation of the measure group.
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 MeasureGroup
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.