次の方法で共有


NotebookCell(String, Object, IEnumerable<String>) コンストラクター

定義

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

パラメーター

cellType
String

セルの種類を識別する文字列。

metadata
Object

セル レベルのメタデータ。

source
IEnumerable<String>

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

例外

cellTypemetadata、または source が null です。

適用対象