IngestionDocumentTable(String, IngestionDocumentElement[,]) Costruttore

Definizione

Inizializza una nuova istanza della classe IngestionDocumentTable.

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

Parametri

markdown
String

Rappresentazione markdown della tabella.

cells
IngestionDocumentElement[,]

Celle della tabella.

Eccezioni

cells è null.

Si applica a