次の方法で共有


TableResultSegment.Results プロパティ

定義

CloudTable の結果の列挙可能なコレクションを取得します。

public System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Table.CloudTable> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Table.CloudTable>
Public ReadOnly Property Results As IList(Of CloudTable)

プロパティ値

CloudTable オブジェクトの列挙可能なコレクションです。

適用対象