ActionHandlerInfo クラス
クラスの情報のコレクションを表します。
継承階層
Microsoft.SqlServer.Management.LocalizationManager
Microsoft.SqlServer.Management.ActionHandlerInfo
名前空間: Microsoft.SqlServer.Management
アセンブリ: Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
構文
'宣言
<> _
Public Class ActionHandlerInfo _
Inherits LocalizationManager _
Implements IActionHandlerInfo, , IInitializable
'使用
Dim instance As ActionHandlerInfo
[]
public class ActionHandlerInfo : LocalizationManager,
IActionHandlerInfo, , IInitializable
[]
public ref class ActionHandlerInfo : public LocalizationManager,
IActionHandlerInfo, , IInitializable
[<>]
type ActionHandlerInfo =
class
inherit LocalizationManager
interface IActionHandlerInfo
interface
interface IInitializable
end
public class ActionHandlerInfo extends LocalizationManager implements IActionHandlerInfo, , IInitializable
ActionHandlerInfo 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ActionHandlerInfo | ActionHandlerInfo クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
ActionHandler | ActionHandler イベントのアクションのコレクションを取得します。 | |
DefaultProperties | ActionHandler の既定のプロパティを取得します。値の設定も可能です。 | |
Moniker | アクションのモニカーを取得します。値の設定も可能です。 | |
ResourceManager | ResourceManager コントロールの文字列値を取得します。値の設定も可能です。 (LocalizationManager から継承されています。) | |
Type | 種類を表す文字列値を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Dispose | ActionHandlerInfo クラスで使用されたすべてのリソースを解放します。 | |
( から継承されています。) | ||
( から継承されています。) | ||
( から継承されています。) | ||
( から継承されています。) | ||
( から継承されています。) | ||
( から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IActionHandlerInfo.DefaultProperties | ディクショナリの既定のプロパティを取得します。 | |
IInitializable.Initialize | アクションを処理するサービス プロバイダーを初期化します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。