Partager via


Table Constructeurs

Définition

Surcharges

Table()

Initialise une nouvelle instance de la classe Table.

Table(IList<Column>, IList<IList<Object>>)

Initialise une nouvelle instance de la classe Table.

Table()

Initialise une nouvelle instance de la classe Table.

public Table ();
Public Sub New ()

S’applique à

Table(IList<Column>, IList<IList<Object>>)

Initialise une nouvelle instance de la classe Table.

public Table (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.Column> columns, System.Collections.Generic.IList<System.Collections.Generic.IList<object>> rows);
new Microsoft.Azure.Management.ResourceGraph.Models.Table : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.Column> * System.Collections.Generic.IList<System.Collections.Generic.IList<obj>> -> Microsoft.Azure.Management.ResourceGraph.Models.Table
Public Sub New (columns As IList(Of Column), rows As IList(Of IList(Of Object)))

Paramètres

columns
IList<Column>

Descripteurs de colonne de résultat de requête.

rows
IList<IList<Object>>

Lignes de résultats de la requête.

S’applique à