Get-SCSSASConnection

Get-SCSSASConnection

Gets the existing SSAS connection.

Syntax

Parameter Set: Default
Get-SCSSASConnection [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Detailed Description

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

Parameters

-VMMServer<ServerConnection>

Specifies a VMM server object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • SQLAnalysisServicesServer

Examples

Example 1: Get the existing SQL Server Analysis Services connection

This command gets the existing SSAS connection and displays information about the connection.

PS C:\> Get-SCSSASConnection

New-SCSSASConnection

Remove-SCSSASConnection