SynapseIntegrationRuntimeSsisProperties.ExpressCustomSetupProperties Property

Definition

Custom setup without script properties for a SSIS integration runtime. Please note SynapseCustomSetupBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SynapseCmdkeySetup, SynapseComponentSetup and SynapseEnvironmentVariableSetup.

public System.Collections.Generic.IList<Azure.ResourceManager.Synapse.Models.SynapseCustomSetupBase> ExpressCustomSetupProperties { get; }
member this.ExpressCustomSetupProperties : System.Collections.Generic.IList<Azure.ResourceManager.Synapse.Models.SynapseCustomSetupBase>
Public ReadOnly Property ExpressCustomSetupProperties As IList(Of SynapseCustomSetupBase)

Property Value

Applies to