共用方式為


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 命名空間