次の方法で共有


EntityProperty.GeneratePropertyForLong(Nullable<Int64>) メソッド

定義

指定された EntityProperty 値を表す新しい Int64 オブジェクトを作成します。

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

パラメーター

input
Nullable<Int64>

新しい EntityProperty の値です。

戻り値

指定された値を持つ EntityProperty オブジェクトです。

適用対象