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
)
參數
- index
型別:System.Int32
The index.