Compartir a través de


IMajorObject.BaseType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the base type implementation of the IMajorObject.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
ReadOnly Property BaseType As Type 
    Get
'Uso
Dim instance As IMajorObject 
Dim value As Type 

value = instance.BaseType
Type BaseType { get; }
property Type^ BaseType {
    Type^ get ();
}
abstract BaseType : Type
function get BaseType () : Type

Valor de la propiedad

Tipo: System.Type
The base type implementation.

Vea también

Referencia

IMajorObject Interfaz

Espacio de nombres Microsoft.AnalysisServices