Class SaveResultsRequestParams
Parameters for the save results request
Inheritance
System.Object
SaveResultsRequestParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class SaveResultsRequestParams
Properties
| Improve this Doc View SourceBatchIndex
Index of the batch to get the results from
Declaration
public int BatchIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ColumnEndIndex
End index of the selected columns (inclusive)
Declaration
public int ? ColumnEndIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ColumnStartIndex
Start index of the selected columns (inclusive)
Declaration
public int ? ColumnStartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
FilePath
The path of the file to save results in
Declaration
public string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OwnerUri
URI for the editor that called save results
Declaration
public string OwnerUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResultSetIndex
Index of the result set to get the results from
Declaration
public int ResultSetIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RowEndIndex
End index of the selected rows (inclusive)
Declaration
public int ? RowEndIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RowStartIndex
Start index of the selected rows (inclusive)
Declaration
public int ? RowStartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |