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

TableQuerySegment<TElement>.Results 属性

定义

获取结果的可枚举集合。

public System.Collections.Generic.List<TElement> Results { get; }
member this.Results : System.Collections.Generic.List<'Element>
Public ReadOnly Property Results As List(Of TElement)

属性值

List<TElement>

结果的可枚举集合。

适用于