Get-SCSSASConnection
Gets the existing SQL Server Analysis Services connection.
Syntax
Default (Default)
Get-SCSSASConnection
[-VMMServer <ServerConnection>]
[<CommonParameters>]
Description
The Get-SCSSASConnection cmdlet gets the existing SQL Server Analysis Services (SSAS) connection from Virtual Machine Manager (VMM).
Examples
Example 1: Get the existing SSAS connection
PS C:\> Get-SCSSASConnection
This command gets the existing SSAS connection and displays information about the connection.
Parameters
-VMMServer
Specifies a VMM server object.
Parameter properties
Type: | ServerConnection |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Outputs
SQLAnalysisServicesServer
This cmdlet returns a SQLAnalysisServicesServer object.