IDTSOutputCollection100.NewAt 메서드
Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Function NewAt ( _
lIndex As Integer _
) As IDTSOutput100
‘사용 방법
Dim instance As IDTSOutputCollection100
Dim lIndex As Integer
Dim returnValue As IDTSOutput100
returnValue = instance.NewAt(lIndex)
IDTSOutput100 NewAt(
int lIndex
)
IDTSOutput100^ NewAt(
[InAttribute] int lIndex
)
abstract NewAt :
lIndex:int -> IDTSOutput100
function NewAt(
lIndex : int
) : IDTSOutput100
매개 변수
- lIndex
유형: System.Int32
The location in the collection to add the new IDTSOutput100.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The newly created IDTSOutput100.