Énumération ActivationExecutionContext
The ActivationExecutionContext enumeration contains values that specify the security context used by a procedure. These procedures are activated by a service queue.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (dans Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration ActivationExecutionContext
'Utilisation
Dim instance As ActivationExecutionContext
public enum ActivationExecutionContext
public enum class ActivationExecutionContext
type ActivationExecutionContext
public enum ActivationExecutionContext
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |