다음을 통해 공유


New 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Function New As IDTSRuntimeConnection100
‘사용 방법
Dim instance As IDTSRuntimeConnectionCollection100
Dim returnValue As IDTSRuntimeConnection100

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

주의

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.