Właściwość ServiceQueue.ActivationExecutionContext
Pobiera lub ustawia kontekst wykonania procedury uaktywnione.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ActivationExecutionContext As ActivationExecutionContext
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.ActivationExecutionContext
ActivationExecutionContext Wartość obiektu, który określa kontekst wykonanie procedury uaktywnione.