Partager via


Propriété ActivationExecutionContext

Gets or sets the execution context for the activated procedure.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ActivationExecutionContext As ActivationExecutionContext
    Get
    Set
'Utilisation
Dim instance As ServiceQueue
Dim value As ActivationExecutionContext

value = instance.ActivationExecutionContext

instance.ActivationExecutionContext = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ActivationExecutionContext ActivationExecutionContext { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ActivationExecutionContext ActivationExecutionContext {
    ActivationExecutionContext get ();
    void set (ActivationExecutionContext value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ActivationExecutionContext : ActivationExecutionContext with get, set
function get ActivationExecutionContext () : ActivationExecutionContext
function set ActivationExecutionContext (value : ActivationExecutionContext)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ActivationExecutionContext
An ActivationExecutionContext object value that specifies the execution context for the activated procedure.