共用方式為


Database 建構函式 (ModelType, Int32)

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

語法

'宣告
Public Sub New ( _
    modelType As ModelType, _
    compatibilityLevel As Integer _
)
'用途
Dim modelType As ModelType 
Dim compatibilityLevel As Integer 

Dim instance As New Database(modelType, _
    compatibilityLevel)
public Database(
    ModelType modelType,
    int compatibilityLevel
)
public:
Database(
    ModelType modelType, 
    int compatibilityLevel
)
new : 
        modelType:ModelType * 
        compatibilityLevel:int -> Database
public function Database(
    modelType : ModelType, 
    compatibilityLevel : int
)

參數

請參閱

參考

Database 類別

Database 多載

Microsoft.AnalysisServices 命名空間