SSISExecutionParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SSIS execution parameter.
public class SSISExecutionParameter
type SSISExecutionParameter = class
Public Class SSISExecutionParameter
- Inheritance
-
SSISExecutionParameter
Constructors
| Name | Description |
|---|---|
| SSISExecutionParameter() |
Initializes a new instance of the SSISExecutionParameter class. |
| SSISExecutionParameter(Object) |
Initializes a new instance of the SSISExecutionParameter class. |
Properties
| Name | Description |
|---|---|
| Value |
Gets or sets SSIS package execution parameter value. Type: string (or Expression with resultType string). |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |