Server.Disconnect メソッド (Boolean)

指定したセッション Server オブジェクトを Analysis Services サーバーから接続解除します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Disconnect ( _
    endSession As Boolean _
)
'使用
Dim instance As Server 
Dim endSession As Boolean

instance.Disconnect(endSession)
public void Disconnect(
    bool endSession
)
public:
void Disconnect(
    bool endSession
)
member Disconnect : 
        endSession:bool -> unit
public function Disconnect(
    endSession : boolean
)

パラメーター

  • endSession
    型: System.Boolean
    接続解除するセッションです。

関連項目

参照

Server クラス

Disconnect オーバーロード

Microsoft.AnalysisServices 名前空間