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 IDTSError100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")> _
Public Interface IDTSErrors100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSErrors100
[GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface IDTSErrors100 : IEnumerable
[GuidAttribute(L"A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface class IDTSErrors100 : IEnumerable
[<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")>]
type IDTSErrors100 =
interface
interface IEnumerable
end
public interface IDTSErrors100 extends IEnumerable
The IDTSErrors100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the collection. |
![]() |
Item | Infrastructure. Gets an IDTSError100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clear | Infrastructure. Clears the property settings of the IDTSError100 object. |
![]() |
GetEnumerator | Infrastructure. Returns an IEnumerator that can iterate through the collection. |
Top