次の方法で共有


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 名前空間