Compartir a través de


Enumeración ActivationExecutionContext

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
ExecuteAsUser The activated procedure is executed with the security context of a specified user.
Owner The activated procedure is executed with the security context of the ServiceQueue object owner.
Self Self.

Comentarios

The ActivationExecutionContext enumeration class is served by the ServiceQueue class.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo