Share via


IDTSError100 Interface

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
Public property Description Infrastructure. For more information, see DtsError.
Public property ErrorCode Infrastructure. For more information, see DtsError.
Public property HelpContext Infrastructure. For more information, see DtsError.
Public property HelpFile Infrastructure. For more information, see DtsError.
Public property IDOfInterfaceWithError Infrastructure. For more information, see DtsError.
Public property Source Infrastructure. For more information, see DtsError.
Public property SourceID Infrastructure. For more information, see DtsError.
Public property SubComponent Infrastructure. For more information, see DtsError.
Public property TimeStamp Infrastructure. For more information, see DtsError.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace