DataAsyncCommandRequest Enumeration
Enumeration specifying the manner in which an asynchronous command should continue after a call to the CommandNextResult or CommandRead methods.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DataAsyncCommandRequest
[FlagsAttribute]
public enum DataAsyncCommandRequest
[FlagsAttribute]
public enum class DataAsyncCommandRequest
[<FlagsAttribute>]
type DataAsyncCommandRequest
public enum DataAsyncCommandRequest
Members
Member name | Description | |
---|---|---|
EndCommand | The command should stop retrieving data and end. | |
EndResultSet | The command should stop retrieving data in the current result set and proceed to the next result set, if any. | |
None | There is no command request. |