IDTSEventHandlers100-Schnittstelle
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see DtsEventHandlers.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("066C9CD3-A85B-4E9A-B733-8582E02738EF")> _
Public Interface IDTSEventHandlers100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSEventHandlers100
[GuidAttribute("066C9CD3-A85B-4E9A-B733-8582E02738EF")]
public interface IDTSEventHandlers100 : IEnumerable
[GuidAttribute(L"066C9CD3-A85B-4E9A-B733-8582E02738EF")]
public interface class IDTSEventHandlers100 : IEnumerable
[<GuidAttribute("066C9CD3-A85B-4E9A-B733-8582E02738EF")>]
type IDTSEventHandlers100 =
interface
interface IEnumerable
end
public interface IDTSEventHandlers100 extends IEnumerable
Der IDTSEventHandlers100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Infrastruktur For more information, see DtsEventHandlers. | |
Item | Infrastruktur For more information, see DtsEventHandlers. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Add | Infrastruktur For more information, see DtsEventHandlers. | |
GetEnumerator() () () () | (Geerbt von IEnumerable.) | |
GetEnumerator() () () () | Infrastruktur For more information, see DtsEventHandlers. | |
Remove | Infrastruktur For more information, see DtsEventHandlers. |
Zum Anfang