Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.