Sdílet prostřednictvím


IDTSInfoEvents100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see IDTSInfoEvents.

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

Syntax

'Declaration
<GuidAttribute("3FD997B7-6EF0-4F49-B769-1955D3B650ED")> _
Public Interface IDTSInfoEvents100
'Usage
Dim instance As IDTSInfoEvents100
[GuidAttribute("3FD997B7-6EF0-4F49-B769-1955D3B650ED")]
public interface IDTSInfoEvents100
[GuidAttribute(L"3FD997B7-6EF0-4F49-B769-1955D3B650ED")]
public interface class IDTSInfoEvents100
[<GuidAttribute("3FD997B7-6EF0-4F49-B769-1955D3B650ED")>]
type IDTSInfoEvents100 =  interface end
public interface IDTSInfoEvents100

The IDTSInfoEvents100 type exposes the following members.

Methods

  Name Description
Public method FireError Infrastructure. For more information, see IDTSInfoEvents.
Public method FireInformation Infrastructure. For more information, see IDTSInfoEvents.
Public method FireWarning Infrastructure. For more information, see IDTSInfoEvents.

Top