Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |