你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotebookCell Class

Definition

Notebook cell.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookCell+NotebookCellConverter))]
public class NotebookCell
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookCell+NotebookCellConverter))>]
type NotebookCell = class
Public Class NotebookCell
Inheritance
NotebookCell
Attributes

Constructors

NotebookCell(String, Object, IEnumerable<String>)

Initializes a new instance of NotebookCell.

Properties

AdditionalProperties

Additional Properties.

Attachments

Attachments associated with the cell.

CellType

String identifying the type of cell.

Metadata

Cell-level metadata.

Outputs

Cell-level output items.

Source

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

Applies to