Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a collection of IDTSEventInfo100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")> _
Public Interface IDTSEventInfos100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSEventInfos100
[GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
public interface IDTSEventInfos100 : IEnumerable
[GuidAttribute(L"7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
public interface class IDTSEventInfos100 : IEnumerable
[<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")>]
type IDTSEventInfos100 =
interface
interface IEnumerable
end
public interface IDTSEventInfos100 extends IEnumerable
The IDTSEventInfos100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the collection. |
![]() |
Item | Infrastructure. Gets the IDTSEventInfo100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Infrastructure. Adds an IDTSEventInfo100 object to the current collection. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the collection. |
![]() |
Remove | Infrastructure. Removes an IDTSEventInfo100 object from the collection. |
Top