IDTSLogging100 Interface

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

For more information, see IDTSLogging.

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

Syntax

'Declaration
<GuidAttribute("6E716B7F-41EF-4143-92CD-4878D43A8B50")> _
Public Interface IDTSLogging100
'Usage
Dim instance As IDTSLogging100
[GuidAttribute("6E716B7F-41EF-4143-92CD-4878D43A8B50")]
public interface IDTSLogging100
[GuidAttribute(L"6E716B7F-41EF-4143-92CD-4878D43A8B50")]
public interface class IDTSLogging100
[<GuidAttribute("6E716B7F-41EF-4143-92CD-4878D43A8B50")>]
type IDTSLogging100 =  interface end
public interface IDTSLogging100

The IDTSLogging100 type exposes the following members.

Properties

  Name Description
Public property Enabled Infrastructure. For more information, see IDTSLogging.

Top

Methods

  Name Description
Public method GetFilterStatus Infrastructure. For more information, see IDTSLogging.
Public method Log Infrastructure. For more information, see IDTSLogging.

Top