IDTSCustomPropertyCollection100.NewAt(Int32) 메서드

정의

컬렉션 내에서 지정된 위치에 새로운 IDTSCustomProperty100 객체를 생성합니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 NewAt(int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function NewAt (lIndex As Integer) As IDTSCustomProperty100

매개 변수

lIndex
Int32

새로운 부동산을 만들기 위한 컬렉션 내 위치.

반품

새로 만든 IDTSCustomProperty100 개체입니다.

특성

적용 대상