IngestionDocumentTable(String, IngestionDocumentElement[,]) Constructor

Definitie

Initialiseert een nieuw exemplaar van de IngestionDocumentTable klasse.

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

Parameters

markdown
String

De Markdown-weergave van de tabel.

cells
IngestionDocumentElement[,]

De cellen van de tabel.

Uitzonderingen

cells is null.

Van toepassing op