共用方式為


ConnectionManagerHostClass.Name 屬性

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

Gets or sets the name of the ConnectionManagerHostClass object.

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

語法

'宣告
Public Overridable Property Name As String 
    Get 
    Set
'用途
Dim instance As ConnectionManagerHostClass 
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
A String that contains the name that you gave to the connection manager object when it was created.

實作

IDTSName100.Name

備註

For more information, see ConnectionManager.

請參閱

參考

ConnectionManagerHostClass 類別

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