ActionInfo 類別

定義

代表該物品的一組動作。

public ref class ActionInfo : Microsoft::SqlServer::Management::LocalizationManager, IDisposable, Microsoft::SqlServer::Management::IActionInfo, Microsoft::SqlServer::Management::IInitializable
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ActionInfo : Microsoft.SqlServer.Management.LocalizationManager, IDisposable, Microsoft.SqlServer.Management.IActionInfo, Microsoft.SqlServer.Management.IInitializable
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ActionInfo = class
    inherit LocalizationManager
    interface IActionInfo
    interface IDisposable
    interface IInitializable
Public Class ActionInfo
Inherits LocalizationManager
Implements IActionInfo, IDisposable, IInitializable
繼承
屬性
實作

建構函式

名稱 Description
ActionInfo()

初始化 ActionInfo 類別的新執行個體。

屬性

名稱 Description
ActionHandlerMoniker

獲得或設定了「馴犬者」的稱號。

Moniker

獲得或設定了這個行動的名稱。

Properties

取得或設定動作的屬性。

ResourceManager

取得或設定 ResourceManager 控制項的字串值。

(繼承來源 LocalizationManager)

方法

名稱 Description
Dispose()

釋放 ActionInfo 類別所使用的所有資源。

明確介面實作

名稱 Description
IActionInfo.Properties

取得該行動的性質。

IInitializable.Initialize(IServiceProvider)

定義了一種取回服務物件的機制。

適用於