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