Condividi tramite


Proprietà IMajorObject.BaseType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the base type implementation of the IMajorObject.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
ReadOnly Property BaseType As Type 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Type
The base type implementation.

Vedere anche

Riferimento

IMajorObject Interfaccia

Spazio dei nomi Microsoft.AnalysisServices