Condividi tramite


IDTSComponentMetaData100.Name Proprietà

Definizione

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 in genere non impostano la proprietà Name . Questa proprietà è obbligatoria, quindi dopo aver aggiunto un componente a livello di codice a un'attività flusso di dati, lo sviluppatore deve assegnare un valore per questa proprietà.

Si applica a