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 | |
---|---|---|
FireError | Infrastructure. For more information, see IDTSInfoEvents. | |
FireInformation | Infrastructure. For more information, see IDTSInfoEvents. | |
FireWarning | Infrastructure. For more information, see IDTSInfoEvents. |
Top