Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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("ACD12733-DC6B-4346-89DD-C910FE066154")> _
Public Interface IDTSError100
'Usage
Dim instance As IDTSError100
[GuidAttribute("ACD12733-DC6B-4346-89DD-C910FE066154")]
public interface IDTSError100
[GuidAttribute(L"ACD12733-DC6B-4346-89DD-C910FE066154")]
public interface class IDTSError100
[<GuidAttribute("ACD12733-DC6B-4346-89DD-C910FE066154")>]
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