Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes a variable object from the ProjectVariablesWrapper instance.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Remove ( _
index As Object _
)
'Usage
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
)
Parameters
- index
Type: System.Object
The index object to remove from the collection.
Implements
IDTSVariables100.Remove(Object)