Partilhar via


EntityProperty.GeneratePropertyForInt(Nullable<Int32>) Método

Definição

Cria um novo objeto EntityProperty que representa o valor Int32 especificado.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForInt (int? input);
static member GeneratePropertyForInt : Nullable<int> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForInt (input As Nullable(Of Integer)) As EntityProperty

Parâmetros

input
Nullable<Int32>

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a