Lenguaje

IDTSComponentMetaData100.Name Propiedad

Definición

Obtiene o establece el nombre del componente.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(13)]
public string Name { [System.Runtime.InteropServices.DispId(13)] get; [System.Runtime.InteropServices.DispId(13)] set; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<set: System.Runtime.InteropServices.DispId(13)>]
member this.Name : string with get, set
Public Property Name As String

Valor de propiedad

Nombre del componente.

Implementaciones

Atributos

Comentarios

Los componentes normalmente no fijan su Name propiedad. Esta propiedad es necesaria, por lo que tras añadir programáticamente un componente a una tarea de flujo de datos, el desarrollador debe asignar un valor a esta propiedad.

Se aplica a