IDTSLoggingOptions100 Interfaccia

Definizione

Rappresenta un'interfaccia delle opzioni di registrazione 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
Attributi

Commenti

Per altre informazioni, vedere LoggingOptions.

Proprietà

EventFilter

Ottiene o imposta una matrice che contiene i nomi degli eventi soggetti all'applicazione delle opzioni di filtro.

EventFilterKind

Ottiene o imposta un valore che descrive il tipo di filtro eventi che viene impostato, se incluso o escluso.

SelectedLogProviders

Ottiene una raccolta di provider di log selezionati nel contenitore.

Metodi

GetColumnFilter(String, DTS_EVENT_COLUMN_FILTER)

Restituisce il filtro di colonna per l'evento specificato.

GetColumnFilteredEvents()

Restituisce una matrice di stringhe che contiene un elenco di eventi con un filtro di colonna impostato.

SetColumnFilter(String, DTS_EVENT_COLUMN_FILTER)

Imposta il filtro di colonna per l'evento specificato.

Si applica a