IDTSLoggingOptions100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see LoggingOptions.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("550E191B-1145-4C0D-B6DE-16564DC51387")> _
Public Interface IDTSLoggingOptions100
'Usage
Dim instance As IDTSLoggingOptions100
[GuidAttribute("550E191B-1145-4C0D-B6DE-16564DC51387")]
public interface IDTSLoggingOptions100
[GuidAttribute(L"550E191B-1145-4C0D-B6DE-16564DC51387")]
public interface class IDTSLoggingOptions100
[<GuidAttribute("550E191B-1145-4C0D-B6DE-16564DC51387")>]
type IDTSLoggingOptions100 = interface end
public interface IDTSLoggingOptions100
The IDTSLoggingOptions100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
EventFilter | Infrastructure. For more information, see LoggingOptions. | |
EventFilterKind | Infrastructure. For more information, see LoggingOptions. | |
SelectedLogProviders | Infrastructure. For more information, see LoggingOptions. |
Top
Methods
Name | Description | |
---|---|---|
GetColumnFilter | Infrastructure. For more information, see LoggingOptions. | |
GetColumnFilteredEvents | Infrastructure. For more information, see LoggingOptions. | |
SetColumnFilter | Infrastructure. For more information, see LoggingOptions. |
Top