Server.Connected Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether there is a connection to an instance of Analysis Services.

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

Syntax

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

Property Value

Type: System.Boolean

true if a connection exists; otherwise, false.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top