IDTSWarning100 Interface
This API supports the 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("09C7101E-A45B-4C40-9A31-0BBFDE1DDD39")> _
Public Interface IDTSWarning100
'Usage
Dim instance As IDTSWarning100
[GuidAttribute("09C7101E-A45B-4C40-9A31-0BBFDE1DDD39")]
public interface IDTSWarning100
[GuidAttribute(L"09C7101E-A45B-4C40-9A31-0BBFDE1DDD39")]
public interface class IDTSWarning100
[<GuidAttribute("09C7101E-A45B-4C40-9A31-0BBFDE1DDD39")>]
type IDTSWarning100 = interface end
public interface IDTSWarning100
The IDTSWarning100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Infrastructure. For more information, see DtsWarning. | |
HelpContext | Infrastructure. For more information, see DtsWarning. | |
HelpFile | Infrastructure. For more information, see DtsWarning. | |
IDOfInterfaceWithWarning | Infrastructure. For more information, see DtsWarning. | |
Source | Infrastructure. For more information, see DtsWarning. | |
SourceID | Infrastructure. For more information, see DtsWarning. | |
SubComponent | Infrastructure. For more information, see DtsWarning. | |
TimeStamp | Infrastructure. For more information, see DtsWarning. | |
WarningCode | Infrastructure. For more information, see DtsWarning. |
Top