Server.Connected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an indication whether there is a connection to an instance of Analysis Services.
[System.ComponentModel.Browsable(false)]
public bool Connected { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Connected : bool
Public ReadOnly Property Connected As Boolean
Property Value
true if a connection exists; otherwise, false.
- Attributes