Share via


TaskFormCollection 클래스

정의

ConfigurationSection 클래스 아래의 태스크 폼 컬렉션을 나타냅니다.

public ref class TaskFormCollection : 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 TaskFormCollection : 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 TaskFormCollection = class
    inherit ConfigurationSection
Public Class TaskFormCollection
Inherits ConfigurationSection
상속
특성

생성자

TaskFormCollection()

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

속성

LoadedFrom

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

(다음에서 상속됨 ConfigurationSection)
ResourceManager

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

(다음에서 상속됨 LocalizationManager)
Source

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

(다음에서 상속됨 ConfigurationSection)
TaskForm

태스크 폼 컬렉션의 태스크 폼을 가져오거나 설정합니다.

적용 대상