IDTSErrors100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSErrors100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Infrastruktur Gets the number of elements contained in the collection. | |
Item | Infrastruktur Gets an IDTSError100 object from the collection. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clear | Infrastruktur Clears the property settings of the IDTSError100 object. | |
GetEnumerator | Infrastruktur Returns an IEnumerator that can iterate through the collection. |
Zum Anfang