Propriété IMajorObject.BaseType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the base type implementation of the IMajorObject.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
ReadOnly Property BaseType As Type
Get
'Utilisation
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
Valeur de propriété
Type : System.Type
The base type implementation.