次の方法で共有


IntegrationRuntimeSsisProperties.ExpressCustomSetupProperties プロパティ

定義

SSIS 統合ランタイムのスクリプト プロパティを使用しないカスタム セットアップ。 基底クラスであることに注意 CustomSetupBase してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、CmdkeySetupComponentSetupおよび EnvironmentVariableSetupが含まれますAzPowerShellSetup

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

プロパティ値

適用対象