IDTSLoggingOptions100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an interface of the DTS logging options.
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
- Attributes
Remarks
For more information, see LoggingOptions.
Properties
EventFilter |
Gets or sets an array that contains the names of the events that are the subject of the filtering options. |
EventFilterKind |
Gets or sets a value that describes the kind of event filter that is set, whether included or excluded. |
SelectedLogProviders |
Gets a collection of log providers selected on the container. |
Methods
GetColumnFilter(String, DTS_EVENT_COLUMN_FILTER) |
Returns column filter for the specified event. |
GetColumnFilteredEvents() |
Returns a string array that contains a list of events that have a column filter set. |
SetColumnFilter(String, DTS_EVENT_COLUMN_FILTER) |
Sets column filter for the specified event. |