Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The ActivationExecutionContext enumeration contains values that specify the security context used by a procedure. These procedures are activated by a service queue.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration ActivationExecutionContext
'Usage
Dim instance As ActivationExecutionContext
public enum ActivationExecutionContext
public enum class ActivationExecutionContext
type ActivationExecutionContext
public enum ActivationExecutionContext
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The ActivationExecutionContext enumeration class is served by the ServiceQueue class.