ActionHandlerCollection 클래스

정의

클래스 내의 요소 컬렉션을 나타냅니다.

public ref class ActionHandlerCollection : Microsoft::SqlServer::Management::ConfigurationSection
[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 ActionHandlerCollection : Microsoft.SqlServer.Management.ConfigurationSection
[<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 ActionHandlerCollection = class
    inherit ConfigurationSection
Public Class ActionHandlerCollection
Inherits ConfigurationSection
상속
특성

생성자

ActionHandlerCollection()

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

속성

ActionHandler

컬렉션의 ActionHandler를 가져오거나 설정합니다.

LoadedFrom

구성 섹션에서 로드된 폼을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationSection)
ResourceManager

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

(다음에서 상속됨 LocalizationManager)
Source

구성 섹션의 원본을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationSection)

적용 대상