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

QueryResults 构造函数

定义

重载

QueryResults()

初始化 QueryResults 类的新实例。

QueryResults(IList<Table>)

初始化 QueryResults 类的新实例。

QueryResults()

Source:
QueryResults.cs

初始化 QueryResults 类的新实例。

public QueryResults ();
Public Sub New ()

适用于

QueryResults(IList<Table>)

Source:
QueryResults.cs

初始化 QueryResults 类的新实例。

public QueryResults (System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.Table> tables);
new Microsoft.Azure.ApplicationInsights.Query.Models.QueryResults : System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.Table> -> Microsoft.Azure.ApplicationInsights.Query.Models.QueryResults
Public Sub New (tables As IList(Of Table))

参数

tables
IList<Table>

表、列和行的列表。

适用于