Share via


IDTSWarning100 Interface

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

For more information, see DtsWarning.

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

Syntax

'Declaration
<GuidAttribute("2621D62C-BDC9-42A8-B71E-FCE07126ED4E")> _
Public Interface IDTSWarning100
'Usage
Dim instance As IDTSWarning100
[GuidAttribute("2621D62C-BDC9-42A8-B71E-FCE07126ED4E")]
public interface IDTSWarning100
[GuidAttribute(L"2621D62C-BDC9-42A8-B71E-FCE07126ED4E")]
public interface class IDTSWarning100
[<GuidAttribute("2621D62C-BDC9-42A8-B71E-FCE07126ED4E")>]
type IDTSWarning100 =  interface end
public interface IDTSWarning100

The IDTSWarning100 type exposes the following members.

Properties

  Name Description
Public property Description Infrastructure. For more information, see DtsWarning.
Public property HelpContext Infrastructure. For more information, see DtsWarning.
Public property HelpFile Infrastructure. For more information, see DtsWarning.
Public property IDOfInterfaceWithWarning Infrastructure. For more information, see DtsWarning.
Public property Source Infrastructure. For more information, see DtsWarning.
Public property SourceID Infrastructure. For more information, see DtsWarning.
Public property SubComponent Infrastructure. For more information, see DtsWarning.
Public property TimeStamp Infrastructure. For more information, see DtsWarning.
Public property WarningCode Infrastructure. For more information, see DtsWarning.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace