Server.Disconnect(Boolean) Method
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.
Disconnects the Server object from the Analysis Services server.
public override void Disconnect (bool endSession);
override this.Disconnect : bool -> unit
Public Overrides Sub Disconnect (endSession As Boolean)
Parameters
- endSession
- Boolean
true if session must be closed; otherwise, false.