Delen via


IDTSLogProvider100 Interface

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

For more information, see LogProvider.

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

Syntax

'Declaration
<GuidAttribute("B035DA13-3CBC-4058-9612-D896BFF73DF2")> _
Public Interface IDTSLogProvider100
'Usage
Dim instance As IDTSLogProvider100
[GuidAttribute("B035DA13-3CBC-4058-9612-D896BFF73DF2")]
public interface IDTSLogProvider100
[GuidAttribute(L"B035DA13-3CBC-4058-9612-D896BFF73DF2")]
public interface class IDTSLogProvider100
[<GuidAttribute("B035DA13-3CBC-4058-9612-D896BFF73DF2")>]
type IDTSLogProvider100 =  interface end
public interface IDTSLogProvider100

The IDTSLogProvider100 type exposes the following members.

Properties

  Name Description
Public property ConfigString Infrastructure. For more information, see LogProvider.

Top

Methods

  Name Description
Public method CloseLog Infrastructure. For more information, see LogProvider.
Public method OpenLog Infrastructure. For more information, see LogProvider.
Public method Validate Infrastructure. For more information, see LogProvider.

Top