EntityProperty.GeneratePropertyForString(String) メソッド

定義

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

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForString (string input);
static member GeneratePropertyForString : string -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForString (input As String) As EntityProperty

パラメーター

input
String

新しい EntityProperty の値です。

戻り値

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

適用対象