IDTSPackage100.VersionComments 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 i commenti associati al pacchetto.
public:
property System::String ^ VersionComments { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(48)]
public string VersionComments { [System.Runtime.InteropServices.DispId(48)] get; [System.Runtime.InteropServices.DispId(48)] set; }
[<System.Runtime.InteropServices.DispId(48)>]
[<get: System.Runtime.InteropServices.DispId(48)>]
[<set: System.Runtime.InteropServices.DispId(48)>]
member this.VersionComments : string with get, set
Public Property VersionComments As String
Valore della proprietà
Commenti sulla versione per il pacchetto.
- Attributi
Commenti
Questa interfaccia viene implementata dalle interfacce Package e PackageNeutral.