Server.CancelCommand Method (String)

Cancels the last command sent to the server on the specified session.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Sub CancelCommand ( _
    sessionId As String _
)
public void CancelCommand (
    string sessionId
)
public:
void CancelCommand (
    String^ sessionId
)
public void CancelCommand (
    String sessionId
)
public function CancelCommand (
    sessionId : String
)

Параметры

  • sessionId
    The session to cancel the command on.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Server Class
Server Members
Microsoft.AnalysisServices Namespace