共用方式為


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 命名空間