Поделиться через


Свойство 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