Partilhar via


Propriedade do RDL IDTSExecutePackage100.Connection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSExecutePackage100 Interface

Namespace Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask