DataFlowDebugCommandType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET