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

行の配列として表されるセルの内容。

適用対象