次の方法で共有


EntityProperty.GeneratePropertyForGuid(Nullable<Guid>) メソッド

定義

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

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

パラメーター

input
Nullable<Guid>

新しい EntityProperty の値です。

戻り値

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

適用対象