Get-SCSSASConnection

Applies To: System Center 2012 - Virtual Machine Manager

Get-SCSSASConnection

Gets the existing SQL Server Analysis Services 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.

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

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.

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

1: Get the existing SQL Server Analysis Services connection.

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

PS C:\> Get-SCSSASConnection

New-SCSSASConnection

Remove-SCSSASConnection