Get-SCSSASConnection

Gets the existing SQL Server Analysis Services connection.

Description

The Get-SCSSASConnection cmdlet gets the existing SQL Server Analysis Services (SSAS) connection.

For more information about GetSCSSASConnection, type: "Get-Help Get-SCSSASConection -online".

Parameters

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Get the existing SQL Server Analysis Services connection.
PS C:\> Get-SCSSASConnection
This command gets the existing SSAS connection and displays information about the connection to the user.

See Also