Freigeben über


IDTSWarnings100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Defines a properties and methods for the collection of warning.

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

Syntax

'Declaration
<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")> _
Public Interface IDTSWarnings100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSWarnings100
[GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface IDTSWarnings100 : IEnumerable
[GuidAttribute(L"0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface class IDTSWarnings100 : IEnumerable
[<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")>]
type IDTSWarnings100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSWarnings100 extends IEnumerable

Der IDTSWarnings100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of elements contained in the IDTSWarnings100 instance.
Öffentliche Eigenschaft Item Infrastruktur Gets a IDTSWarning100 object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clear Infrastruktur Clears all objects from the IDTSWarnings100 collection.
Öffentliche Methode GetEnumerator Infrastruktur Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection.

Zum Anfang

Hinweise

For more information, see DtsWarnings.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace