Server.GetConnectionState Method (Boolean)

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public ConnectionState GetConnectionState(
    bool pingServer
)
public:
ConnectionState GetConnectionState(
    bool pingServer
)
member GetConnectionState : 
        pingServer:bool -> ConnectionState
Public Function GetConnectionState (
    pingServer As Boolean
) As ConnectionState

Parameters

Return Value

Type: System.Data.ConnectionState

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top