MessageQueueInstaller.UninstallAction プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

アンインストールするときにインストーラキューに対して実行する操作を示す値を取得または設定します実行できる操作には、削除インストール前の状態への復元現在のインストールされた状態の維持あります

名前空間: System.Messaging
アセンブリ: System.Messaging (system.messaging.dll 内)
構文構文

Visual Basic (宣言)

Public Property UninstallAction As UninstallAction

Visual Basic (使用法)

Dim instance As MessageQueueInstaller Dim value As UninstallAction

value = instance.UninstallAction

instance.UninstallAction = value

C#

public UninstallAction UninstallAction { get; set; }

C++

public: property UninstallAction UninstallAction { UninstallAction get (); void set (UninstallAction value); }

J#

/** @property */ public UninstallAction get_UninstallAction ()

/** @property */ public void set_UninstallAction (UninstallAction value)

JScript

public function get UninstallAction () : UninstallAction

public function set UninstallAction (value : UninstallAction)

プロパティ
MessageQueueアンインストールされるときにキューをどの状態にするか示す UninstallAction 値のいずれか既定値Remove です。

解説解説

キューインストールするときに、既存キュー使用することもできますその場合は、キューインストール前の状態に戻すか、現在のインストール後の状態のままにするかを決定しますキューインストール前の状態に戻す場合インストール時キューから削除されメッセージ復元されません。インストール前の値にリセットできるのは、MessageQueueInstaller に関連付けられたキュー プロパティだけです。

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
MessageQueueInstaller クラス
MessageQueueInstaller メンバ
System.Messaging 名前空間
UninstallAction