Freigeben über


EntityProperty.GeneratePropertyForGuid(Nullable<Guid>) Methode

Definition

Erstellt ein neues EntityProperty-Objekt, das den angegebenen Guid-Wert darstellt.

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

Parameter

input
Nullable<Guid>

Der Wert für die neue EntityProperty.

Gibt zurück

Ein EntityProperty-Objekt mit dem angegebenen Wert.

Gilt für: