共用方式為


Database.IMajorObject.BaseType 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the base type implementation of the Database.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private ReadOnly Property BaseType As Type 
    Implements IMajorObject.BaseType 
    Get
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.Type
The base type implementation of the Database.

實作

IMajorObject.BaseType

請參閱

參考

Database 類別

Microsoft.AnalysisServices 命名空間