Server.CancelConnection 메서드 (Int32, Boolean)

Cancels the server connection specified by the connection ID, and indicates whether all other associated connections will be canceled.

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

구문

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

instance.CancelConnection(connectionId, _
    cancelAssociated)
public void CancelConnection(
    int connectionId,
    bool cancelAssociated
)
public:
void CancelConnection(
    int connectionId, 
    bool cancelAssociated
)
member CancelConnection : 
        connectionId:int * 
        cancelAssociated:bool -> unit
public function CancelConnection(
    connectionId : int, 
    cancelAssociated : boolean
)

매개 변수

  • connectionId
    유형: System.Int32
    The connection identifier to cancel.
  • cancelAssociated
    유형: System.Boolean
    true to indicate that the associated connections will be canceled; otherwise, false.

참고 항목

참조

Server 클래스

CancelConnection 오버로드

Microsoft.AnalysisServices 네임스페이스