Interface IDTSEventHandlers100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a collection of IDTSEventHandler100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")> _
Public Interface IDTSEventHandlers100 _
Inherits IEnumerable
'Uso
Dim instance As IDTSEventHandlers100
[GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
public interface IDTSEventHandlers100 : IEnumerable
[GuidAttribute(L"2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
public interface class IDTSEventHandlers100 : IEnumerable
[<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")>]
type IDTSEventHandlers100 =
interface
interface IEnumerable
end
public interface IDTSEventHandlers100 extends IEnumerable
O tipo IDTSEventHandlers100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number of elements contained in the collection. | |
Item | Infraestrutura. Gets an IDTSEventHandler100 object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Infraestrutura. Adds a new event to the collection. | |
GetEnumerator | Infraestrutura. Returns an enumerator for use in iterating over the collection. | |
Join | Infraestrutura. Joins a new event handler to the collection. | |
Remove | Infraestrutura. Removes an IDTSEventHandler100 object from the collection. |
Início