共用方式為


IntegrationRuntimeSsisProperties.ExpressCustomSetupProperties Property

Definition

Gets or sets custom setup without script properties for a SSIS integration runtime.

[Newtonsoft.Json.JsonProperty(PropertyName="expressCustomSetupProperties")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase> ExpressCustomSetupProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expressCustomSetupProperties")>]
member this.ExpressCustomSetupProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase> with get, set
Public Property ExpressCustomSetupProperties As IList(Of CustomSetupBase)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to