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 specified session on the server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub CancelSession ( _
sessionId As Integer _
)
'Usage
Dim instance As Server
Dim sessionId As Integer
instance.CancelSession(sessionId)
public void CancelSession(
int sessionId
)
public:
void CancelSession(
int sessionId
)
member CancelSession :
sessionId:int -> unit
public function CancelSession(
sessionId : int
)
Parameters
- sessionId
Type: System.Int32
The session to cancel.