Share via


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
상속
특성
구현

생성자

ActionInfo()

ActionInfo 클래스의 새 인스턴스를 초기화합니다.

속성

ActionHandlerMoniker

처리기의 모니커를 가져오거나 설정합니다.

Moniker

동작의 모니커를 가져오거나 설정합니다.

Properties

동작의 속성을 가져오거나 설정합니다.

ResourceManager

ResourceManager 컨트롤의 문자열 값을 가져오거나 설정합니다.

(다음에서 상속됨 LocalizationManager)

메서드

Dispose()

ActionInfo 클래스에서 사용하는 모든 리소스를 해제합니다.

명시적 인터페이스 구현

IActionInfo.Properties

동작의 속성을 가져옵니다.

IInitializable.Initialize(IServiceProvider)

서비스 개체를 검색하는 메커니즘을 정의합니다.

적용 대상