IDbCommand.CommandType Propriété
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.
Indique ou spécifie comment la propriété CommandText est interprétée.
public:
property System::Data::CommandType CommandType { System::Data::CommandType get(); void set(System::Data::CommandType value); };
public System.Data.CommandType CommandType { get; set; }
member this.CommandType : System.Data.CommandType with get, set
Public Property CommandType As CommandType
Valeur de propriété
Une des valeurs de l'objet CommandType. La valeur par défaut est Text
.
Remarques
Lorsque vous définissez la propriété sur CommandTypeStoredProcedure
, vous devez définir la CommandText propriété sur le nom de la procédure stockée. La commande exécute cette procédure stockée lorsque vous appelez l'une des méthodes Execute.