다음을 통해 공유


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
)

매개 변수