IDTSParameter100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for the abstract base class used by both package parameter and project parameter.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the data type of the Parameter object. |
![]() | IncludeInDebugDump | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. |
![]() | Required | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the Parameter object is a required parameter. |
![]() | Sensitive | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the Parameter object contains sensitive data. |
![]() | Value | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value of the Parameter object. |
