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.