SSISExecutionParameter Class

SSIS execution parameter.

Constructor

SSISExecutionParameter(*args: Any, **kwargs: Any)

Variables

Name Description
value
any

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

Attributes

value

string (or Expression with resultType string). Required.

value: Any