Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates an output column object and adds it to a collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function New As IDTSOutputColumn100
'Usage
Dim instance As IDTSOutputColumnCollection100
Dim returnValue As IDTSOutputColumn100
returnValue = instance.New()
IDTSOutputColumn100 New()
IDTSOutputColumn100^ New()
abstract New : unit -> IDTSOutputColumn100
function New() : IDTSOutputColumn100
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The newly created IDTSOutputColumn100 object.
Remarks
New output columns are added to the end of the collection.