Table Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Table() |
Initializes a new instance of the Table class. |
Table(String, IList<Column>, IList<IList<String>>) |
Initializes a new instance of the Table class. |
Table()
Initializes a new instance of the Table class.
public Table ();
Public Sub New ()
Applies to
Table(String, IList<Column>, IList<IList<String>>)
Initializes a new instance of the Table class.
public Table (string name, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.Column> columns, System.Collections.Generic.IList<System.Collections.Generic.IList<string>> rows);
new Microsoft.Azure.ApplicationInsights.Models.Table : string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.Column> * System.Collections.Generic.IList<System.Collections.Generic.IList<string>> -> Microsoft.Azure.ApplicationInsights.Models.Table
Public Sub New (name As String, columns As IList(Of Column), rows As IList(Of IList(Of String)))
Parameters
- name
- String
The name of the table.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET