IDTSError100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DtsError.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")> _
Public Interface IDTSError100
'Usage
Dim instance As IDTSError100
[GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")]
public interface IDTSError100
[GuidAttribute(L"2219DEA4-2436-4E49-BA72-97E8BFE217BF")]
public interface class IDTSError100
[<GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")>]
type IDTSError100 = interface end
public interface IDTSError100
The IDTSError100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Infrastructure. For more information, see DtsError. | |
ErrorCode | Infrastructure. For more information, see DtsError. | |
HelpContext | Infrastructure. For more information, see DtsError. | |
HelpFile | Infrastructure. For more information, see DtsError. | |
IDOfInterfaceWithError | Infrastructure. For more information, see DtsError. | |
Source | Infrastructure. For more information, see DtsError. | |
SourceID | Infrastructure. For more information, see DtsError. | |
SubComponent | Infrastructure. For more information, see DtsError. | |
TimeStamp | Infrastructure. For more information, see DtsError. |
Top