다음을 통해 공유


Parameters.RemoveAt 메서드

Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As Parameters 
Dim index As Integer

instance.RemoveAt(index)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit
public abstract function RemoveAt(
    index : int
)

매개 변수

  • index
    유형: System.Int32
    The location of the parameter within the collection.

참고 항목

참조

Parameters 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스