TaskComponent Clase

Definición

Inicializa el componente de tarea mediante el administrador local disponible.

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
Herencia
TaskComponent
Derivado
Atributos
Implementaciones

Constructores

TaskComponent()

Inicializa una nueva instancia de la clase TaskComponent.

Propiedades

Properties

Obtiene o establece las propiedades del componente.

ResourceManager

Obtiene o establece el valor de cadena del control ResourceManager.

(Heredado de LocalizationManager)
Type

Obtiene o establece el tipo del componente.

Métodos

Initialize(IServiceProvider)

Prepara el componente para su visualización, edición y diseño. No se puede heredar esta clase.

Implementaciones de interfaz explícitas

ITaskFormComponentInfo.ComponentType

Obtiene el tipo de componente.

ITaskFormComponentInfo.Properties

Obtiene las propiedades del componente.

Se aplica a