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.