Project.VersionComments プロパティ
プロジェクトに関連付けられているコメントを取得します。値の設定も可能です。
名前空間: 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
プロジェクトに関連付けられているコメント。