Partager via


Méthode ProjectVariablesWrapper.Remove

Removes a variable object from the ProjectVariablesWrapper instance.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    index As Object _
)
'Utilisation
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
)

Paramètres

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

Implémente

IDTSVariables100.Remove(Object)

Voir aussi

Référence

ProjectVariablesWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime