Metodo IDTSLogProviders100.Remove

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Removes a log provider object from the IDTSLogProviders100 collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub Remove ( _
    Index As Object _
)
'Utilizzo
Dim instance As IDTSLogProviders100 
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
)

Parametri

  • Index
    Tipo: System.Object
    The index of the log provider to remove.

Osservazioni

For more information, see LogProviders.

Vedere anche

Riferimento

IDTSLogProviders100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper