TaskComponent 类

定义

使用可用本地管理器初始化任务组件。

public ref class TaskComponent : Microsoft::SqlServer::Management::LocalizationManager, Microsoft::SqlServer::Management::IInitializable, Microsoft::SqlServer::Management::TaskForms::ITaskFormComponentInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.Task))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class TaskComponent : Microsoft.SqlServer.Management.LocalizationManager, Microsoft.SqlServer.Management.IInitializable, Microsoft.SqlServer.Management.TaskForms.ITaskFormComponentInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(Microsoft.SqlServer.Management.Task))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type TaskComponent = class
    inherit LocalizationManager
    interface ITaskFormComponentInfo
    interface IInitializable
Public Class TaskComponent
Inherits LocalizationManager
Implements IInitializable, ITaskFormComponentInfo
继承
TaskComponent
派生
属性
实现

构造函数

TaskComponent()

初始化 TaskComponent 类的新实例。

属性

Properties

获取或设置组件的属性。

ResourceManager

获取或设置 ResourceManager 控件的字符串值。

(继承自 LocalizationManager)
Type

获取或设置组件的类型。

方法

Initialize(IServiceProvider)

准备查看、编辑和设计组件。 此类不能被继承。

显式接口实现

ITaskFormComponentInfo.ComponentType

获取组件类型。

ITaskFormComponentInfo.Properties

获取组件的属性。

适用于