Share via


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 네임스페이스