Partager via


Méthode IDTSOutputCollection100.New

Creates a new IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Function New As IDTSOutput100
'Utilisation
Dim instance As IDTSOutputCollection100 
Dim returnValue As IDTSOutput100 

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

Valeur de retour

Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The newly created IDTSOutput100.

Notes

Components add IDTSOutput100 objects to the collection by using ProvideComponentProperties. Components may also allow design-time addition of IDTSOutput100 objects as the component is edited in the designer.

Developers that add components to the data flow task programmatically should not use this method to add outputs to the collection, because it may break the component. Instead, call the InsertOutput method of the design-time instance of the component.

Voir aussi

Référence

IDTSOutputCollection100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper