ExecutePackageTaskClass.Connection Property
Gets or sets the name of the connection used by the ExecutePackageTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Property Connection As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The name of the connection used by the ExecutePackageTask.
Implements
IDTSExecutePackage100.Connection
Remarks
The ExecutePackageTask can use either an OLE DB connection or a flat file connection.