Freigeben über


Project.VersionComments-Eigenschaft

Gets or sets the comments associated with the project.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property VersionComments As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

Project Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace