Proprietà Project.VersionComments

Gets or sets the comments associated with the project.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property VersionComments As String 
    Get 
    Set
'Utilizzo
Dim instance As Project 
Dim value As String 

value = instance.VersionComments

instance.VersionComments = value
public string VersionComments { get; set; }
public:
property String^ VersionComments {
    String^ get ();
    void set (String^ value);
}
member VersionComments : string with get, set
function get VersionComments () : String 
function set VersionComments (value : String)

Valore proprietà

Tipo: System.String
The comments associated with the project.

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime