IDTSLoggingOptions100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface of the DTS logging options.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | EventFilter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an array that contains the names of the events that are the subject of the filtering options. |
![]() | EventFilterKind | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that describes the kind of event filter that is set, whether included or excluded. |
![]() | SelectedLogProviders | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of log providers selected on the container. |
| Name | Description | |
|---|---|---|
![]() | GetColumnFilter(String^, DTS_EVENT_COLUMN_FILTER%) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns column filter for the specified event. |
![]() | GetColumnFilteredEvents() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string array that contains a list of events that have a column filter set. |
![]() | SetColumnFilter(String^, DTS_EVENT_COLUMN_FILTER) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets column filter for the specified event. |
For more information, see LoggingOptions.

