你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 对象。

适用于