IDTSEventHandlers100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a collection of IDTSEventHandler100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")> _
Public Interface IDTSEventHandlers100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSEventHandlers100
[GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
public interface IDTSEventHandlers100 : IEnumerable
[GuidAttribute(L"2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
public interface class IDTSEventHandlers100 : IEnumerable
[<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")>]
type IDTSEventHandlers100 =
interface
interface IEnumerable
end
public interface IDTSEventHandlers100 extends IEnumerable
The IDTSEventHandlers100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the collection. | |
Item | Infrastructure. Gets an IDTSEventHandler100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. Adds a new event to the collection. | |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the collection. | |
Join | Infrastructure. Joins a new event handler to the collection. | |
Remove | Infrastructure. Removes an IDTSEventHandler100 object from the collection. |
Top