Interface IDTSInfoEvents100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines an interface that is used to fire informational, warning, and error events.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")> _
Public Interface IDTSInfoEvents100
'Uso
Dim instance As IDTSInfoEvents100
[GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface IDTSInfoEvents100
[GuidAttribute(L"2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface class IDTSInfoEvents100
[<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")>]
type IDTSInfoEvents100 = interface end
public interface IDTSInfoEvents100
O tipo IDTSInfoEvents100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
FireError | Infraestrutura. Fires an error. | |
FireInformation | Infraestrutura. Fires an informational event. | |
FireWarning | Infraestrutura. Fires a warning. |
Início