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

Normalmente, los componentes no establecen su Name propiedad. Esta propiedad es necesaria, por lo que después de agregar mediante programación un componente a una tarea de flujo de datos, el desarrollador debe asignar un valor para esta propiedad.

Se aplica a