Linguaggio

IDTSComponentMetaData100.Name Proprietà

Definizione

Ottiene o imposta il nome 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

Valore della proprietà

Nome del componente.

Implementazioni

Attributi

Commenti

I componenti tipicamente non fissano la loro Name proprietà. Questa proprietà è richiesta, quindi dopo aver aggiunto programmaticamente un componente a un compito di flusso dati, lo sviluppatore deve assegnare un valore a questa proprietà.

Si applica a