Método ProjectVariablesWrapper.Remove
Removes a variable object from the ProjectVariablesWrapper instance.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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)