หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Cancels the server connection specified by the connection ID.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub CancelConnection ( _
connectionId As Integer _
)
'Usage
Dim instance As Server
Dim connectionId As Integer
instance.CancelConnection(connectionId)
public void CancelConnection(
int connectionId
)
public:
void CancelConnection(
int connectionId
)
member CancelConnection :
connectionId:int -> unit
public function CancelConnection(
connectionId : int
)
Parameters
- connectionId
Type: System.Int32
The connection identifier to cancel.