次の方法で共有


SsisExecutionParameter(DataFactoryElement<String>) コンストラクター

定義

SsisExecutionParameter の新しいインスタンスを初期化します。

public SsisExecutionParameter (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> value);
new Azure.ResourceManager.DataFactory.Models.SsisExecutionParameter : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.SsisExecutionParameter
Public Sub New (value As DataFactoryElement(Of String))

パラメーター

value
DataFactoryElement<String>

SSIS パッケージ実行パラメーター値。 型: string (または resultType 文字列を含む式)。

例外

value が null です。

適用対象