PackageRemote64Class.Name 屬性

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

Gets or sets the name of the PackageRemote64Class.

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

語法

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

value = instance.Name

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

屬性值

型別:System.String
The name of the DtsContainer.

實作

IDTSName100.Name

請參閱

參考

PackageRemote64Class 類別

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