PackageRemote64Class.VersionComments 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the version comments associated with the package.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Overridable Property VersionComments As String 
    Get 
    Set
'用途
Dim instance As PackageRemote64Class 
Dim value As String 

value = instance.VersionComments

instance.VersionComments = value
public virtual string VersionComments { get; set; }
public:
virtual property String^ VersionComments {
    String^ get ();
    void set (String^ value);
}
abstract VersionComments : string with get, set 
override VersionComments : string with get, set
function get VersionComments () : String 
function set VersionComments (value : String)

屬性值

型別:System.String
The version comments associated with the package.

實作

IDTSPackage100.VersionComments

請參閱

參考

PackageRemote64Class 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間