IDTSEventsProvider100 Interface
This API supports the SQL Server 2012 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("3C17A7F4-3CC5-47EE-A603-70C276E94AC7")> _
Public Interface IDTSEventsProvider100
'Usage
Dim instance As IDTSEventsProvider100
[GuidAttribute("3C17A7F4-3CC5-47EE-A603-70C276E94AC7")]
public interface IDTSEventsProvider100
[GuidAttribute(L"3C17A7F4-3CC5-47EE-A603-70C276E94AC7")]
public interface class IDTSEventsProvider100
[<GuidAttribute("3C17A7F4-3CC5-47EE-A603-70C276E94AC7")>]
type IDTSEventsProvider100 = interface end
public interface IDTSEventsProvider100
The IDTSEventsProvider100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisableEventHandlers | Infrastructure. For more information, see EventsProvider. | |
EventHandlers | Infrastructure. For more information, see EventsProvider. | |
EventInfos | Infrastructure. For more information, see EventsProvider. |
Top