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