ActivationExecutionContext propriété
Gets or sets the execution context for the activated procedure.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property ActivationExecutionContext As ActivationExecutionContext
Get
Set
'Utilisation
Dim instance As ServiceQueue
Dim value As ActivationExecutionContext
value = instance.ActivationExecutionContext
instance.ActivationExecutionContext = value
[SfcPropertyAttribute]
public ActivationExecutionContext ActivationExecutionContext { get; set; }
[SfcPropertyAttribute]
public:
property ActivationExecutionContext ActivationExecutionContext {
ActivationExecutionContext get ();
void set (ActivationExecutionContext value);
}
[<SfcPropertyAttribute>]
member ActivationExecutionContext : ActivationExecutionContext with get, set
function get ActivationExecutionContext () : ActivationExecutionContext
function set ActivationExecutionContext (value : ActivationExecutionContext)
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ActivationExecutionContext
An ActivationExecutionContext object value that specifies the execution context for the activated procedure.