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

Class SaveResultsRequestParams

Parameters for the save results request

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

Properties

| Improve this Doc View Source

BatchIndex

Index of the batch to get the results from

Declaration
public int BatchIndex { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

ColumnEndIndex

End index of the selected columns (inclusive)

Declaration
public int ? ColumnEndIndex { get; set; }
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ColumnStartIndex

Start index of the selected columns (inclusive)

Declaration
public int ? ColumnStartIndex { get; set; }
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

FilePath

The path of the file to save results in

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

OwnerUri

URI for the editor that called save results

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

ResultSetIndex

Index of the result set to get the results from

Declaration
public int ResultSetIndex { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

RowEndIndex

End index of the selected rows (inclusive)

Declaration
public int ? RowEndIndex { get; set; }
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

RowStartIndex

Start index of the selected rows (inclusive)

Declaration
public int ? RowStartIndex { get; set; }
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX