Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
modelType As ModelType, _
compatibilityLevel As Integer _
)
'Usage
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
)
Parameter
- modelType
Typ: Microsoft.AnalysisServices.ModelType
- compatibilityLevel
Typ: System.Int32