SSISExecutionParameter Class

Definition

SSIS execution parameter.

public class SSISExecutionParameter
type SSISExecutionParameter = class
Public Class SSISExecutionParameter
Inheritance
SSISExecutionParameter

Constructors

SSISExecutionParameter()

Initializes a new instance of the SSISExecutionParameter class.

SSISExecutionParameter(Object)

Initializes a new instance of the SSISExecutionParameter class.

Properties

Value

Gets or sets SSIS package execution parameter value. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to