Share via


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 개체입니다.

특성

적용 대상