IDTSError100 Interface

 

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

Contains information about an error that occurred during execution.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("ErrorCode")]
[GuidAttribute("ACD12733-DC6B-4346-89DD-C910FE066154")]
public interface class IDTSError100

NameDescription
System_CAPS_pubpropertyDescription

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

Gets or sets a text description for the error.

System_CAPS_pubpropertyErrorCode

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

Gets or sets an error code that identifies the error.

System_CAPS_pubpropertyHelpContext

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

Gets or sets the Help context ID.

System_CAPS_pubpropertyHelpFile

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

Gets or sets the name of the Help file.

System_CAPS_pubpropertyIDOfInterfaceWithError

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

Gets or sets the name of the interface that raised the error.

System_CAPS_pubpropertySource

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

Gets or sets the identifier of the object that caused the event.

System_CAPS_pubpropertySourceID

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

Gets or sets the identifier of the object that caused the event.

System_CAPS_pubpropertySubComponent

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

Gets or sets the subcomponent that raised the error.

System_CAPS_pubpropertyTimeStamp

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

Returns the timestamp for when the error occurred. This value is read-only.

Return to top
Show: