SSISExecutionParameter Constructors

Definition

Overloads

SSISExecutionParameter()

Initializes a new instance of the SSISExecutionParameter class.

SSISExecutionParameter(Object)

Initializes a new instance of the SSISExecutionParameter class.

SSISExecutionParameter()

Initializes a new instance of the SSISExecutionParameter class.

public SSISExecutionParameter ();
Public Sub New ()

Applies to

SSISExecutionParameter(Object)

Initializes a new instance of the SSISExecutionParameter class.

public SSISExecutionParameter (object value);
new Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter : obj -> Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter
Public Sub New (value As Object)

Parameters

value
Object

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

Applies to