IDTSLogProviderInit100 Interface

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

For more information, see LogProviderBase.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4F167EDD-1390-44B1-B5AC-5730518C3EA5")> _
Public Interface IDTSLogProviderInit100
'Usage
Dim instance As IDTSLogProviderInit100
[InterfaceTypeAttribute()]
[GuidAttribute("4F167EDD-1390-44B1-B5AC-5730518C3EA5")]
public interface IDTSLogProviderInit100
[InterfaceTypeAttribute()]
[GuidAttribute(L"4F167EDD-1390-44B1-B5AC-5730518C3EA5")]
public interface class IDTSLogProviderInit100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4F167EDD-1390-44B1-B5AC-5730518C3EA5")>]
type IDTSLogProviderInit100 =  interface end
public interface IDTSLogProviderInit100

The IDTSLogProviderInit100 type exposes the following members.

Methods

  Name Description
Public method InitializeLogProvider Infrastructure. For more information, see LogProviderBase.

Top