Megosztás a következőn keresztül:


QueryResults Constructors

Definition

Overloads

QueryResults()

Initializes a new instance of the QueryResults class.

QueryResults(IList<Table>)

Initializes a new instance of the QueryResults class.

QueryResults()

Source:
QueryResults.cs

Initializes a new instance of the QueryResults class.

public QueryResults ();
Public Sub New ()

Applies to

QueryResults(IList<Table>)

Source:
QueryResults.cs

Initializes a new instance of the QueryResults class.

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))

Parameters

tables
IList<Table>

The list of tables, columns and rows.

Applies to