Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
None | There is no command request. | |
EndResultSet | The command should stop retrieving data in the current result set and proceed to the next result set, if any. | |
EndCommand | The command should stop retrieving data and end. |