Share via


ExecuteSsisPackageActivity.Runtime Property

Definition

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

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Runtime { get; set; }
member this.Runtime : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Runtime As DataFactoryElement(Of String)

Property Value

Applies to