Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.04 KB

Get-CubeDatabaseCompatibilityLevel.md

File metadata and controls

95 lines (70 loc) · 2.04 KB
external help file Module Name online version schema
DeployCube-help.xml
DeployCube
2.0.0

Get-CubeDatabaseCompatibilityLevel

SYNOPSIS

Gets the compatibility level of a deployed cube.

SYNTAX

Get-CubeDatabaseCompatibilityLevel [-Server] <String> [-CubeDatabase] <String> [[-Credential] <PSCredential>]
 [<CommonParameters>]

DESCRIPTION

Returns the compatibility level of a deployed cube as an integer.

EXAMPLES

EXAMPLE 1

Get-CubeDatabaseCompatibilityLevel -Server localhost -CubeDatabase MyTabularCube;

Finds MyTabularCube on localhost and returns 1400

PARAMETERS

-Server

Name of the SSAS server, including instance and port if required.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-CubeDatabase

The name of the cube database to be deployed.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Credential

[Optional] A PSCredential object containing the credentials to connect to the AAS server.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Int32

NOTES

Written by (c) Dr. John Tunnicliffe, 2019-2021 https://github.com/DrJohnT/DeployCube This PowerShell script is released under the MIT license http://www.opensource.org/licenses/MIT

RELATED LINKS

https://github.com/DrJohnT/DeployCube