次の方法で共有


EntityProperty.GeneratePropertyForByteArray(Byte[]) メソッド

定義

指定されたバイト配列を表す新しい EntityProperty オブジェクトを作成します。

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForByteArray (byte[] input);
static member GeneratePropertyForByteArray : byte[] -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForByteArray (input As Byte()) As EntityProperty

パラメーター

input
Byte[]

新しい EntityProperty の値です。

戻り値

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

適用対象