Compartir a través de


IDTSRuntimeConnectionCollection100.New Método

Creates a new IDTSRuntimeConnection100 object and adds it to a collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Function New As IDTSRuntimeConnection100
'Uso
Dim instance As IDTSRuntimeConnectionCollection100 
Dim returnValue As IDTSRuntimeConnection100 

returnValue = instance.New()
IDTSRuntimeConnection100 New()
IDTSRuntimeConnection100^ New()
abstract New : unit -> IDTSRuntimeConnection100
function New() : IDTSRuntimeConnection100

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
The newly created IDTSRuntimeConnection100 object.

Comentarios

The New method creates a run-time connection, adds it to the collection, and returns the connection.

This method should not be called when programmatically building or modifying a data flow component, instead, the component adds new items and manages the collection.

Vea también

Referencia

IDTSRuntimeConnectionCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper