IDTSPackage100.VersionComments 属性

定义

获取或设置与包关联的注释。

public:
 property System::String ^ VersionComments { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(48)]
public string VersionComments { [System.Runtime.InteropServices.DispId(48)] get; [System.Runtime.InteropServices.DispId(48)] set; }
[<System.Runtime.InteropServices.DispId(48)>]
[<get: System.Runtime.InteropServices.DispId(48)>]
[<set: System.Runtime.InteropServices.DispId(48)>]
member this.VersionComments : string with get, set
Public Property VersionComments As String

属性值

包的版本注释。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于