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

DynamicTableEntity.Item[String] 属性

定义

获取或设置实体的 属性,给定属性的名称。

public Microsoft.Azure.Cosmos.Table.EntityProperty this[string key] { get; set; }
member this.Item(string) : Microsoft.Azure.Cosmos.Table.EntityProperty with get, set
Default Public Property Item(key As String) As EntityProperty

参数

key
String

包含属性名称的字符串。

属性值

一个 EntityProperty 对象。

适用于