CellOutputType 構造体

定義

実行、表示、またはストリーム出力。

public readonly struct CellOutputType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.CellOutputType>
type CellOutputType = struct
Public Structure CellOutputType
Implements IEquatable(Of CellOutputType)
継承
CellOutputType
実装

コンストラクター

CellOutputType(String)

CellOutputType の新しいインスタンスを初期化します。

プロパティ

DisplayData

display_data。

Error

" というエラーが発生する場合があります。

ExecuteResult

execute_result。

Stream

ストリーム。

メソッド

Equals(CellOutputType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CellOutputType, CellOutputType)

2 つの CellOutputType 値が同じかどうかを判断します。

Implicit(String to CellOutputType)

文字列を CellOutputType に変換します。

Inequality(CellOutputType, CellOutputType)

2 つの CellOutputType 値が同じでないかどうかを判断します。

適用対象