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

コンポーネントのプロパティを取得します。

適用対象