IDTSVariables100.Remove Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Removes an IDTSVariable100 object from the collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub Remove ( _
Index As Object _
)
'Uso
Dim instance As IDTSVariables100
Dim Index As Object
instance.Remove(Index)
void Remove(
Object Index
)
void Remove(
[InAttribute] Object^ Index
)
abstract Remove :
Index:Object -> unit
function Remove(
Index : Object
)
Parámetros
- Index
Tipo: System.Object
The name, ID, description, or index of the IDTSVariable100 object to remove from the collection.
Comentarios
For more information, see Variables.