DataAsyncCommandRequest Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration specifying the manner in which an asynchronous command should continue after a call to the CommandNextResult or CommandRead methods.
This enumeration supports a bitwise combination of its member values.
public enum class DataAsyncCommandRequest
[System.Flags]
public enum DataAsyncCommandRequest
[<System.Flags>]
type DataAsyncCommandRequest =
Public Enum DataAsyncCommandRequest
- Inheritance
-
DataAsyncCommandRequest
- Attributes
Fields
Name | Value | Description |
---|---|---|
EndCommand | -1073741824 | The command should stop retrieving data and end. |
None | 0 | There is no command request. |
EndResultSet | 1073741824 | The command should stop retrieving data in the current result set and proceed to the next result set, if any. |