Перечисление ActivationExecutionContext

The ActivationExecutionContext enumeration contains values that specify the security context used by a procedure. These procedures are activated by a service queue.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Public Enumeration ActivationExecutionContext
'Применение
Dim instance As ActivationExecutionContext
public enum ActivationExecutionContext
public enum class ActivationExecutionContext
type ActivationExecutionContext
public enum ActivationExecutionContext

Элементы

Имя элемента Описание
Owner The activated procedure is executed with the security context of the ServiceQueue object owner.
ExecuteAsUser The activated procedure is executed with the security context of a specified user.
Self Self.

Замечания

The ActivationExecutionContext enumeration class is served by the ServiceQueue class.