共用方式為


Connection 屬性

Gets or sets the name of the connection used by the ExecutePackageTask.

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
組件:  Microsoft.SqlServer.ExecPackageTaskWrap (在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)

語法

'宣告
Public Overridable Property Connection As String
    Get
    Set
'用途
Dim instance As ExecutePackageTaskClass
Dim value As String

value = instance.Connection

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

屬性值

型別:System. . :: . .String
The name of the connection used by the ExecutePackageTask.

實作

IDTSExecutePackage100. . :: . .Connection

備註

The ExecutePackageTask can use either an OLE DB connection or a flat file connection.