IDTSEventsProvider100 Interface

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

For more information, see EventsProvider.

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

Syntax

'Declaration
<GuidAttribute("8B7D254C-34E5-489B-8CAF-45DCBDAC6F6D")> _
Public Interface IDTSEventsProvider100
'Usage
Dim instance As IDTSEventsProvider100
[GuidAttribute("8B7D254C-34E5-489B-8CAF-45DCBDAC6F6D")]
public interface IDTSEventsProvider100
[GuidAttribute(L"8B7D254C-34E5-489B-8CAF-45DCBDAC6F6D")]
public interface class IDTSEventsProvider100
[<GuidAttribute("8B7D254C-34E5-489B-8CAF-45DCBDAC6F6D")>]
type IDTSEventsProvider100 =  interface end
public interface IDTSEventsProvider100

The IDTSEventsProvider100 type exposes the following members.

Properties

  Name Description
Public property DisableEventHandlers Infrastructure. For more information, see EventsProvider.
Public property EventHandlers Infrastructure. For more information, see EventsProvider.
Public property EventInfos Infrastructure. For more information, see EventsProvider.

Top