次の方法で共有


DataFactoryElement<T>.FromExpression(String) メソッド

定義

式の値を使用して の DataFactoryElement<T> 新しいインスタンスを作成します。

public static Azure.Core.Expressions.DataFactory.DataFactoryElement<T> FromExpression (string expression);
static member FromExpression : string -> Azure.Core.Expressions.DataFactory.DataFactoryElement<'T>
Public Shared Function FromExpression (expression As String) As DataFactoryElement(Of T)

パラメーター

expression
String

式の値です。

戻り値

適用対象