Project.VersionComments 属性

Gets or sets the comments associated with the project.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property VersionComments As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The comments associated with the project.

请参阅

参考

Project 类

Microsoft.SqlServer.Dts.Runtime 命名空间