ResultFormat Enumeration
The ResultFormat enumeration contains values that specify the format in which to return results for an HTTP endpoint.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| AllResults | Returns all results including informational messages. | |
| None | No results are returned. | |
| RowSets | Returns rowsets only. |
The ResultFormat enumeration class is served by the ResultFormat property.
Show: