IDTSLogEntryInfos100.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 a specified collection from the IDTSLogEntryInfos100 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 IDTSLogEntryInfos100
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, index, ID, or identity of the collection to remove.
Comentarios
For more information, see LogEntryInfos.