Share via


IDTSEventHandlers100 Interface

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

For more information, see DtsEventHandlers.

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

Syntax

'Declaration
<GuidAttribute("066C9CD3-A85B-4E9A-B733-8582E02738EF")> _
Public Interface IDTSEventHandlers100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSEventHandlers100
[GuidAttribute("066C9CD3-A85B-4E9A-B733-8582E02738EF")]
public interface IDTSEventHandlers100 : IEnumerable
[GuidAttribute(L"066C9CD3-A85B-4E9A-B733-8582E02738EF")]
public interface class IDTSEventHandlers100 : IEnumerable
[<GuidAttribute("066C9CD3-A85B-4E9A-B733-8582E02738EF")>]
type IDTSEventHandlers100 =  
    interface
        interface IEnumerable
    end
public interface IDTSEventHandlers100 extends IEnumerable

The IDTSEventHandlers100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see DtsEventHandlers.
Public property Item Infrastructure. For more information, see DtsEventHandlers.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see DtsEventHandlers.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see DtsEventHandlers.
Public method Remove Infrastructure. For more information, see DtsEventHandlers.

Top