Partilhar via


DataFactoryElement<T>.FromLiteral(T) Método

Definição

Cria uma nova instância de DataFactoryElement<T> usando o valor literal.

public static Azure.Core.Expressions.DataFactory.DataFactoryElement<T> FromLiteral (T? literal);
static member FromLiteral : 'T -> Azure.Core.Expressions.DataFactory.DataFactoryElement<'T>
Public Shared Function FromLiteral (literal As T) As DataFactoryElement(Of T)

Parâmetros

literal
T

O valor literal.

Retornos

Aplica-se a