Compartir a través de


ProjectVariablesWrapper.Remove Método

Removes a variable object from the ProjectVariablesWrapper instance.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    index As Object _
)
'Uso
Dim instance As ProjectVariablesWrapper 
Dim index As Object

instance.Remove(index)
public void Remove(
    Object index
)
public:
virtual void Remove(
    Object^ index
) sealed
abstract Remove : 
        index:Object -> unit  
override Remove : 
        index:Object -> unit
public final function Remove(
    index : Object
)

Parámetros

  • index
    Tipo: System.Object
    The index object to remove from the collection.

Implementa

IDTSVariables100.Remove(Object)

Vea también

Referencia

ProjectVariablesWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime