IngestionDocumentTable(String, IngestionDocumentElement[,]) Konstruktor

Definition

Initierar en ny instans av IngestionDocumentTable klassen.

public:
 IngestionDocumentTable(System::String ^ markdown, cli::array <Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^, 2> ^ cells);
public IngestionDocumentTable(string markdown, Microsoft.Extensions.DataIngestion.IngestionDocumentElement?[,] cells);
new Microsoft.Extensions.DataIngestion.IngestionDocumentTable : string * Microsoft.Extensions.DataIngestion.IngestionDocumentElement[,] -> Microsoft.Extensions.DataIngestion.IngestionDocumentTable
Public Sub New (markdown As String, cells As IngestionDocumentElement(,))

Parametrar

markdown
String

Markdown-representationen av tabellen.

cells
IngestionDocumentElement[,]

Cellerna i tabellen.

Undantag

cells är null.

Gäller för