IDTSCustomProperty100.Name Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il nome di un oggetto IDTSCustomProperty100.
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 di un oggetto IDTSCustomProperty100.
Implementazioni
- Attributi
Commenti
La Name proprietà identifica l'oggetto IDTSCustomProperty100 in SSIS Designer e viene usato anche per accedere alla proprietà in un IDTSCustomPropertyCollection100 insieme.