ActionInfo 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
항목의 동작 집합을 나타냅니다.
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) |
서비스 개체를 검색하는 메커니즘을 정의합니다. |