Condividi tramite


Metodo ProjectVariablesWrapper.Remove

Removes a variable object from the ProjectVariablesWrapper instance.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    index As Object _
)
'Utilizzo
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
)

Parametri

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

Implementa

IDTSVariables100.Remove(Object)

Vedere anche

Riferimento

ProjectVariablesWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime