다음을 통해 공유


ConnectionManagerItems.RemoveAt 메서드

Removes a connection manager using the specified index.

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

구문

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

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

매개 변수

참고 항목

참조

ConnectionManagerItems 클래스

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