IDTSWarning100 Interface

 

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

Contains the properties used when a warning occurs. For more information, see DtsWarning.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("WarningCode")]
[GuidAttribute("2621D62C-BDC9-42A8-B71E-FCE07126ED4E")]
public interface class IDTSWarning100

NameDescription
System_CAPS_pubpropertyDescription

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

Gets or sets the text of the warning message.

System_CAPS_pubpropertyHelpContext

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

Gets or sets the identifier of the topic in the Help file.

System_CAPS_pubpropertyHelpFile

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

Gets or sets a String expression that contains the fully qualified path to a Help file.

System_CAPS_pubpropertyIDOfInterfaceWithWarning

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

Gets or sets the GUID of the interface that is throwing the warning.

System_CAPS_pubpropertySource

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

Gets or sets a String that contains the GUID of the interface that caused the error.

System_CAPS_pubpropertySourceID

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

Gets or sets a String that contains the GUID of the interface that caused the error.

System_CAPS_pubpropertySubComponent

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

Gets or sets a String that identifies the submodule within a source.

System_CAPS_pubpropertyTimeStamp

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

Returns a TimeStamp that indicates when the warning occurred.

System_CAPS_pubpropertyWarningCode

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

Gets or sets an Integer that identifies the warning message.

Return to top
Show: