CellOutputType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET