Compartir a través de


CellOutputType Estructura

Definición

Salidas de ejecución, visualización o flujo.

public readonly struct CellOutputType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.CellOutputType>
type CellOutputType = struct
Public Structure CellOutputType
Implements IEquatable(Of CellOutputType)
Herencia
CellOutputType
Implementaciones

Constructores

CellOutputType(String)

Inicializa una nueva instancia de la clase CellOutputType.

Propiedades

DisplayData

display_data.

Error

.

ExecuteResult

execute_result.

Stream

Corriente.

Métodos

Equals(CellOutputType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(CellOutputType, CellOutputType)

Determina si dos CellOutputType valores son los mismos.

Implicit(String to CellOutputType)

Convierte una cadena en un CellOutputType.

Inequality(CellOutputType, CellOutputType)

Determina si dos CellOutputType valores no son los mismos.

Se aplica a