Share via


IDTSLoggingOptions100 Interfaz

Definición

Representa una interfaz de las opciones de registro de DTS.

public interface class IDTSLoggingOptions100
[System.Runtime.InteropServices.Guid("886FF0D8-5C09-457B-AAF3-83EC9580D0D0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLoggingOptions100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E0500C12-02F9-4A58-9B4C-4E439A19F5CA")]
public interface IDTSLoggingOptions100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1B80BEA4-D5FE-415C-953B-1FD0E358F2DE")]
public interface IDTSLoggingOptions100
[<System.Runtime.InteropServices.Guid("886FF0D8-5C09-457B-AAF3-83EC9580D0D0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLoggingOptions100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E0500C12-02F9-4A58-9B4C-4E439A19F5CA")>]
type IDTSLoggingOptions100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1B80BEA4-D5FE-415C-953B-1FD0E358F2DE")>]
type IDTSLoggingOptions100 = interface
Public Interface IDTSLoggingOptions100
Atributos

Comentarios

Para obtener más información, vea LoggingOptions.

Propiedades

EventFilter

Obtiene o establece una matriz que contiene los nombres de los eventos que intervienen en las opciones de filtrado.

EventFilterKind

Obtiene o establece un valor que describe el tipo de filtro de eventos establecido, ya sea incluidos o excluidos.

SelectedLogProviders

Obtiene una colección de proveedores de registro seleccionados sobre el contenedor.

Métodos

GetColumnFilter(String, DTS_EVENT_COLUMN_FILTER)

Devuelve el filtro de columna para el evento especificado.

GetColumnFilteredEvents()

Devuelve una matriz de cadenas que contiene una lista de eventos con un filtro de columna establecido.

SetColumnFilter(String, DTS_EVENT_COLUMN_FILTER)

Establece el filtro de columna para el evento especificado.

Se aplica a