Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface of the DTS logging options.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
'Usage
Dim instance As IDTSLoggingOptions100
[GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface IDTSLoggingOptions100
[GuidAttribute(L"A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface class IDTSLoggingOptions100
[<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")>]
type IDTSLoggingOptions100 = interface end
public interface IDTSLoggingOptions100
The IDTSLoggingOptions100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
EventFilter | Infrastructure. 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 | Infrastructure. Gets a collection of log providers selected on the container. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetColumnFilter | Infrastructure. Returns column filter for the specified event. |
![]() |
GetColumnFilteredEvents | Infrastructure. Returns a string array that contains a list of events that have a column filter set. |
![]() |
SetColumnFilter | Infrastructure. Sets column filter for the specified event. |
Top
Remarks
For more information, see LoggingOptions.