PackageRemote64Class.Description 屬性

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

Gets or sets the description of the PackageRemote64Class object.

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

語法

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

value = instance.Description

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

屬性值

型別:System.String
A String that contains the descriptions given to the container.

實作

IDTSName100.Description

請參閱

參考

PackageRemote64Class 類別

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