< Back
Get-CubeDatabaseCompatibilityLevel
Post
NAME Get-CubeDatabaseCompatibilityLevel
SYNOPSIS
Gets the compatibility level of a deployed cube.
SYNTAX
Get-CubeDatabaseCompatibilityLevel [-Server] <String> [-CubeDatabase] <String> [<CommonParameters>]
DESCRIPTION
Returns the compatibility level of a deployed cube as an integer.
PARAMETERS
-Server <String>
Name of the SSAS server, including instance and port if required.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-CubeDatabase <String>
The name of the cube database to be deployed.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Int32
NOTES
Written by (c) Dr. John Tunnicliffe, 2019 https://github.com/DrJohnT/DeployCube
This PowerShell script is released under the MIT license http://www.opensource.org/licenses/MIT
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-CubeDatabaseCompatibilityLevel -Server localhost -CubeDatabase MyTabularCube;
Finds MyTabularCube on localhost and returns 1400
RELATED LINKS
https://github.com/DrJohnT/DeployCube
SYNOPSIS
Gets the compatibility level of a deployed cube.
SYNTAX
Get-CubeDatabaseCompatibilityLevel [-Server] <String> [-CubeDatabase] <String> [<CommonParameters>]
DESCRIPTION
Returns the compatibility level of a deployed cube as an integer.
PARAMETERS
-Server <String>
Name of the SSAS server, including instance and port if required.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-CubeDatabase <String>
The name of the cube database to be deployed.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Int32
NOTES
Written by (c) Dr. John Tunnicliffe, 2019 https://github.com/DrJohnT/DeployCube
This PowerShell script is released under the MIT license http://www.opensource.org/licenses/MIT
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-CubeDatabaseCompatibilityLevel -Server localhost -CubeDatabase MyTabularCube;
Finds MyTabularCube on localhost and returns 1400
RELATED LINKS
https://github.com/DrJohnT/DeployCube