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
)
パラメーター
- modelType
型: Microsoft.AnalysisServices.ModelType
- compatibilityLevel
型: System.Int32