DataCommandType Énumération
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.
Représente le jeu de types de commandes de données connus.
public enum class DataCommandType
public enum DataCommandType
type DataCommandType =
Public Enum DataCommandType
- Héritage
-
DataCommandType
Champs
Prepared | 2 | La commande est préparée et est la valeur de retour de la Prepare(String, DataCommandType, IVsDataParameter[]) méthode . |
Procedure | 4 | La commande contient le nom d’une procédure stockée. |
ScalarFunction | 5 | La commande contient le nom d’une fonction scalaire. |
Table | 3 | La commande contient le nom d’une table. |
TabularFunction | 6 | La commande contient le nom d’une fonction tabulaire. |
Text | 1 | La commande est une commande de texte. |