Server.Disconnect Method

Definition

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 ()

Applies to