Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the base type implementation of the Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private ReadOnly Property BaseType As Type
Implements IMajorObject.BaseType
Get
'Usage
Dim instance As Database
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Type
The base type implementation of the Database.