Bagikan melalui


ExecuteSSISPackageActivity.Runtime Property

Definition

Gets or sets specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to