Delen via


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
Public property EventFilter Infrastructure. For more information, see LoggingOptions.
Public property EventFilterKind Infrastructure. For more information, see LoggingOptions.
Public property SelectedLogProviders Infrastructure. For more information, see LoggingOptions.

Top

Methods

  Name Description
Public method GetColumnFilter Infrastructure. For more information, see LoggingOptions.
Public method GetColumnFilteredEvents Infrastructure. For more information, see LoggingOptions.
Public method SetColumnFilter Infrastructure. For more information, see LoggingOptions.

Top