MessageQueueInstaller.UninstallAction プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
アンインストールするときにインストーラがキューに対して実行する操作を示す値を取得または設定します。実行できる操作には、削除、インストール前の状態への復元、現在のインストールされた状態の維持があります。
名前空間: System.Messaging
アセンブリ: System.Messaging (system.messaging.dll 内)
構文
Public Property UninstallAction As UninstallAction
Dim instance As MessageQueueInstaller Dim value As UninstallAction
value = instance.UninstallAction
instance.UninstallAction = value
public UninstallAction UninstallAction { get; set; }
public: property UninstallAction UninstallAction { UninstallAction get (); void set (UninstallAction value); }
/** @property */ public UninstallAction get_UninstallAction ()
/** @property */ public void set_UninstallAction (UninstallAction value)
public function get UninstallAction () : UninstallAction
public function set UninstallAction (value : UninstallAction)
プロパティ値
MessageQueue がアンインストールされるときにキューをどの状態にするか示す UninstallAction 値のいずれか。既定値は Remove です。
キューをインストールするときに、既存のキューを使用することもできます。その場合は、キューをインストール前の状態に戻すか、現在のインストール後の状態のままにするかを決定します。キューをインストール前の状態に戻す場合、インストール時にキューから削除されたメッセージは復元されません。インストール前の値にリセットできるのは、MessageQueueInstaller に関連付けられたキュー プロパティだけです。
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.0、1.1、1.0
関連項目
MessageQueueInstaller クラス
MessageQueueInstaller メンバ
System.Messaging 名前空間
UninstallAction