EntityProperty.GeneratePropertyForInt(Nullable<Int32>) メソッド

定義

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

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

パラメーター

input
Nullable<Int32>

新しい EntityProperty の値です。

戻り値

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

適用対象