Udostępnij za pośrednictwem


Metoda IDTSVariables100.Remove

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat Variables.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Sub Remove ( _
    Index As Object _
)
'Użycie
Dim instance As IDTSVariables100
Dim Index As Object

instance.Remove(Index)
void Remove(
    Object Index
)
void Remove(
    [InAttribute] Object^ Index
)
abstract Remove : 
        Index:Object -> unit 
function Remove(
    Index : Object
)

Parametry