Remove 方法
Removes the element with the specified index from the collection
命名空间: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
程序集: Microsoft.SqlServer.Exec80PackageTask(在 Microsoft.SqlServer.Exec80PackageTask.dll 中)
语法
声明
Public Sub Remove ( _
index As Integer _
)
用法
Dim instance As VariablesCollection
Dim index As Integer
instance.Remove(index)
public void Remove(
int index
)
public:
void Remove(
int index
)
member Remove :
index:int -> unit
public function Remove(
index : int
)
参数
- index
类型:System. . :: . .Int32
The zero-based index of the element to be removed.