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