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
衍生
屬性
實作

建構函式

名稱 Description
TaskComponent()

初始化 TaskComponent 類別的新執行個體。

屬性

名稱 Description
Properties

取得或設定元件的屬性。

ResourceManager

取得或設定 ResourceManager 控制項的字串值。

(繼承來源 LocalizationManager)
Type

取得或設定元件的型別。

方法

名稱 Description
Initialize(IServiceProvider)

準備檢視、編輯及設計元件。 此類別無法獲得繼承。

明確介面實作

名稱 Description
ITaskFormComponentInfo.ComponentType

取得元件類型。

ITaskFormComponentInfo.Properties

取得元件的屬性。

適用於