ExecuteSSISPackageActivity.EnvironmentPath Property

Definition

Gets or sets the environment path to execute the SSIS package. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.environmentPath")]
public object EnvironmentPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.environmentPath")>]
member this.EnvironmentPath : obj with get, set
Public Property EnvironmentPath As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to