ActivationExecutionContext Propiedad
Gets or sets the execution context for the activated procedure.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ActivationExecutionContext As ActivationExecutionContext
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ActivationExecutionContext
An ActivationExecutionContext object value that specifies the execution context for the activated procedure.