다음을 통해 공유


Disconnect 메서드 (Boolean)

Disconnects the specified session Server object from the Analysis Services server.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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
)

매개 변수