IDTSWarnings100-Schnittstelle
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see DtsWarnings.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("9B540033-8C8D-4EA9-BBCC-F7B59B40BD3E")> _
Public Interface IDTSWarnings100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSWarnings100
[GuidAttribute("9B540033-8C8D-4EA9-BBCC-F7B59B40BD3E")]
public interface IDTSWarnings100 : IEnumerable
[GuidAttribute(L"9B540033-8C8D-4EA9-BBCC-F7B59B40BD3E")]
public interface class IDTSWarnings100 : IEnumerable
[<GuidAttribute("9B540033-8C8D-4EA9-BBCC-F7B59B40BD3E")>]
type IDTSWarnings100 =
interface
interface IEnumerable
end
public interface IDTSWarnings100 extends IEnumerable
Der IDTSWarnings100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Infrastruktur For more information, see DtsWarnings. | |
Item | Infrastruktur For more information, see DtsWarnings. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clear | Infrastruktur For more information, see DtsWarnings. | |
GetEnumerator() () () () | (Geerbt von IEnumerable.) | |
GetEnumerator() () () () | Infrastruktur For more information, see DtsWarnings. |
Zum Anfang