IDTSEventInfo100 Interface

 

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

Contains information about an event.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("89ACFBE0-8FE1-4191-ADB1-A49389FE9FC2")]
public interface class IDTSEventInfo100

NameDescription
System_CAPS_pubpropertyAllowEventHandlers

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

Returns a Boolean that indicates if the development tool, SQL Server Data Tools (SSDT), will allow event handlers to be created in the package. This property applies to custom events created for a custom task.

System_CAPS_pubpropertyParameterCount

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

Returns the number of parameters being passed to the EventInfo.

System_CAPS_pubpropertyParameterDescriptions

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

Returns the description given to the parameter located in the specified position in the array. This field is read-only.

System_CAPS_pubpropertyParameterNames

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

Returns the name given to the parameter located in the specified position in the array. This field is read-only.

System_CAPS_pubpropertyParameterTypes

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

Returns the data type given to the parameter located in the specified position in the array. This field is read-only.

For more information, see EventInfo.

Return to top
Show: