IDTSEventInfo100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains information about an event.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | AllowEventHandlers | 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. |
![]() | ParameterCount | 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. |
![]() | ParameterDescriptions | 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. |
![]() | ParameterNames | 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. |
![]() | ParameterTypes | 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. |
