ActivationExecutionContext プロパティ

アクティブ化されたプロシージャの実行コンテキストを取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ActivationExecutionContext As ActivationExecutionContext
    Get
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ActivationExecutionContext
アクティブ化されたプロシージャの実行コンテキストを示す ActivationExecutionContext オブジェクトの値です。