Partager via


EntityProperty.GeneratePropertyForLong(Nullable<Int64>) Méthode

Définition

Crée un objet EntityProperty qui représente la valeur Int64 spécifiée.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForLong (long? input);
static member GeneratePropertyForLong : Nullable<int64> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForLong (input As Nullable(Of Long)) As EntityProperty

Paramètres

input
Nullable<Int64>

Valeur du nouvel objet EntityProperty.

Retours

Objet EntityProperty avec la valeur spécifiée.

S’applique à