Sdílet prostřednictvím


NotebookCell(String, Object, IEnumerable<String>) Constructor

Definition

Initializes a new instance of NotebookCell.

public NotebookCell (string cellType, object metadata, System.Collections.Generic.IEnumerable<string> source);
new Azure.Analytics.Synapse.Artifacts.Models.NotebookCell : string * obj * seq<string> -> Azure.Analytics.Synapse.Artifacts.Models.NotebookCell
Public Sub New (cellType As String, metadata As Object, source As IEnumerable(Of String))

Parameters

cellType
String

String identifying the type of cell.

metadata
Object

Cell-level metadata.

source
IEnumerable<String>

Contents of the cell, represented as an array of lines.

Exceptions

cellType, metadata or source is null.

Applies to