Partager via


DataFlowDebugCommandType Structure

Définition

Type de commande.

public readonly struct DataFlowDebugCommandType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugCommandType>
type DataFlowDebugCommandType = struct
Public Structure DataFlowDebugCommandType
Implements IEquatable(Of DataFlowDebugCommandType)
Héritage
DataFlowDebugCommandType
Implémente

Constructeurs

DataFlowDebugCommandType(String)

Initialise une nouvelle instance de DataFlowDebugCommandType.

Propriétés

ExecuteExpressionQuery

executeExpressionQuery.

ExecutePreviewQuery

executePreviewQuery.

ExecuteStatisticsQuery

executeStatisticsQuery.

Méthodes

Equals(DataFlowDebugCommandType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(DataFlowDebugCommandType, DataFlowDebugCommandType)

Détermine si deux DataFlowDebugCommandType valeurs sont identiques.

Implicit(String to DataFlowDebugCommandType)

Convertit une chaîne en DataFlowDebugCommandType.

Inequality(DataFlowDebugCommandType, DataFlowDebugCommandType)

Détermine si deux DataFlowDebugCommandType valeurs ne sont pas identiques.

S’applique à