Compartir a través de


Database Constructor (ModelType, Int32)

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    modelType As ModelType, _
    compatibilityLevel As Integer _
)
'Uso
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
)

Parámetros

Vea también

Referencia

Database Clase

Sobrecarga de Database

Espacio de nombres Microsoft.AnalysisServices