Compartir a través de


ActivationExecutionContext Enumeración

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration ActivationExecutionContext
'Uso
Dim instance As ActivationExecutionContext
public enum ActivationExecutionContext
public enum class ActivationExecutionContext
type ActivationExecutionContext
public enum ActivationExecutionContext

Miembros

Nombre del miembro Descripción
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.

Notas

The ActivationExecutionContext enumeration class is served by the ServiceQueue class.