Represents an enumeration of predefined data command types.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
声明
Public Enumeration DataCommandType
public enum DataCommandType
public enum class DataCommandType
type DataCommandType
public enum DataCommandType
Members
| Member name | Description | |
|---|---|---|
| Text | The command is a text command. | |
| Prepared | The command is prepared and is the return value of the Prepare method. | |
| Table | The command holds the name of a table. | |
| Procedure | The command holds the name of a stored procedure. | |
| ScalarFunction | The command holds the name of a scalar function. | |
| TabularFunction | The command holds the name of a tabular function. |
Remarks
The set of command types defined by this class are not intended to be a complete list but rather a simple means for identifying base types likely to be supported by many DDEX providers. For future additions, the numbers 1 through 99 are reserved for values in this enumeration. Numbers 100 and over can be used for provider-specific command types.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace