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

NotebookCell 类

定义

笔记本单元格。

[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
继承
NotebookCell
属性

构造函数

NotebookCell(String, Object, IEnumerable<String>)

初始化 NotebookCell 的新实例。

属性

AdditionalProperties

其他属性。

Attachments

与单元格关联的附件。

CellType

标识单元格类型的字符串。

Metadata

单元格级元数据。

Outputs

单元格级输出项。

Source

单元格的内容,表示为行数组。

适用于