Server.Connected Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

[BrowsableAttribute(false)]
public bool Connected { get; }
public:
[BrowsableAttribute(false)]
property bool Connected {
    bool get();
}
[<BrowsableAttribute(false)>]
member Connected : bool with get
<BrowsableAttribute(False)>
Public ReadOnly Property Connected As Boolean

Property Value

Type: System.Boolean

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top