Server.Disconnect 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.
Overloads
Disconnect(Boolean) |
Disconnects the specified session Server object from the Analysis Services server. |
Disconnect() |
Disconnects the Server object from the Analysis Services server. |
Disconnect(Boolean)
Disconnects the specified session Server object from the Analysis Services server.
public abstract void Disconnect (bool endSession);
abstract member Disconnect : bool -> unit
Public MustOverride Sub Disconnect (endSession As Boolean)
Parameters
- endSession
- Boolean
An indication if the session should be ended.
Applies to
Disconnect()
Disconnects the Server object from the Analysis Services server.
public void Disconnect ();
member this.Disconnect : unit -> unit
Public Sub Disconnect ()