Server.CancelSession 메서드 (Int32, Boolean)

Cancels the specified session on the server.

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

구문

‘선언
Public Sub CancelSession ( _
    sessionId As Integer, _
    cancelAssociated As Boolean _
)
‘사용 방법
Dim instance As Server 
Dim sessionId As Integer 
Dim cancelAssociated As Boolean

instance.CancelSession(sessionId, cancelAssociated)
public void CancelSession(
    int sessionId,
    bool cancelAssociated
)
public:
void CancelSession(
    int sessionId, 
    bool cancelAssociated
)
member CancelSession : 
        sessionId:int * 
        cancelAssociated:bool -> unit
public function CancelSession(
    sessionId : int, 
    cancelAssociated : boolean
)

매개 변수

  • cancelAssociated
    유형: System.Boolean
    true to indicate that the associated sessions will be canceled; otherwise, false.

참고 항목

참조

Server 클래스

CancelSession 오버로드

Microsoft.AnalysisServices 네임스페이스