Compartir a través de


IDTSExecutePackage100.Connection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
Property Connection As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSExecutePackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask