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

TableEntity.GetBinary(String) 方法

定义

获取名为 keyByte 属性的值TableEntity

public byte[] GetBinary (string key);
member this.GetBinary : string -> byte[]
Public Function GetBinary (key As String) As Byte()

参数

key
String

属性的名称。

返回

Byte[]

该属性的值。

例外

与给定 key 关联的值不是字节数组类型。

适用于