SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class QueryExecuteSubsetResult

Parameters for the result of a subset retrieval request

Inheritance
System.Object
QueryExecuteSubsetResult
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class QueryExecuteSubsetResult

Properties

| Improve this Doc View Source

Message

Subset request error messages. Optional, can be set to null to indicate no errors

Declaration
public string Message { get; set; }
Type Description
System.String
| Improve this Doc View Source

ResultSubset

The requested subset of results. Optional, can be set to null to indicate an error

Declaration
public ResultSetSubset ResultSubset { get; set; }
Type Description
ResultSetSubset
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX