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