Share via


IDTSLogging100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the logging options for the container.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
'Usage
Dim instance As IDTSLogging100
[GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface IDTSLogging100
[GuidAttribute(L"6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface class IDTSLogging100
[<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")>]
type IDTSLogging100 =  interface end
public interface IDTSLogging100

The IDTSLogging100 type exposes the following members.

Properties

  Name Description
Public property Enabled Infrastructure. Gets a value that indicates whether logging is enabled.

Top

Methods

  Name Description
Public method GetFilterStatus Infrastructure. Indicates whether to get the filter status of the specified events.
Public method Log Infrastructure. Writes the log entry.

Top

Remarks

For more information, see IDTSLogging.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace