Condividi tramite


Proprietà IDTSExecutePackage100.Connection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the name of the connection used by the execute package task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintassi

'Dichiarazione
Property Connection As String 
    Get 
    Set
'Utilizzo
Dim instance As IDTSExecutePackage100 
Dim value As String 

value = instance.Connection

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

Valore proprietà

Tipo: System.String
The name of the connection used by the execute package task.

Vedere anche

Riferimento

IDTSExecutePackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask