Files
sqltoolsservice/docs/metadata/api/Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.yml
2016-12-15 16:37:50 -08:00

800 lines
27 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
commentId: T:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
id: SaveResultsRequestParams
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
children:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex
langs:
- csharp
- vb
name: SaveResultsRequestParams
nameWithType: SaveResultsRequestParams
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: SaveResultsRequestParams
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 13
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nParameters for the save results request\n"
example: []
syntax:
content: public class SaveResultsRequestParams
content.vb: Public Class SaveResultsRequestParams
inheritance:
- System.Object
derivedClasses:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsAsCsvRequestParams
- Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsAsJsonRequestParams
inheritedMembers:
- 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
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath
id: FilePath
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: FilePath
nameWithType: SaveResultsRequestParams.FilePath
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: FilePath
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 18
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nThe path of the file to save results in\n"
example: []
syntax:
content: public string FilePath { get; set; }
content.vb: Public Property FilePath As String
parameters: []
return:
type: System.String
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex
id: BatchIndex
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: BatchIndex
nameWithType: SaveResultsRequestParams.BatchIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: BatchIndex
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 23
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nIndex of the batch to get the results from\n"
example: []
syntax:
content: public int BatchIndex { get; set; }
content.vb: Public Property BatchIndex As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex
id: ResultSetIndex
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: ResultSetIndex
nameWithType: SaveResultsRequestParams.ResultSetIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ResultSetIndex
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 28
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nIndex of the result set to get the results from\n"
example: []
syntax:
content: public int ResultSetIndex { get; set; }
content.vb: Public Property ResultSetIndex As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri
id: OwnerUri
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: OwnerUri
nameWithType: SaveResultsRequestParams.OwnerUri
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: OwnerUri
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 33
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nURI for the editor that called save results\n"
example: []
syntax:
content: public string OwnerUri { get; set; }
content.vb: Public Property OwnerUri As String
parameters: []
return:
type: System.String
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex
id: RowStartIndex
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: RowStartIndex
nameWithType: SaveResultsRequestParams.RowStartIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: RowStartIndex
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 38
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nStart index of the selected rows (inclusive)\n"
example: []
syntax:
content: public int ? RowStartIndex { get; set; }
content.vb: Public Property RowStartIndex As Integer?
parameters: []
return:
type: System.Nullable{System.Int32}
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex
id: RowEndIndex
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: RowEndIndex
nameWithType: SaveResultsRequestParams.RowEndIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: RowEndIndex
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 43
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nEnd index of the selected rows (inclusive)\n"
example: []
syntax:
content: public int ? RowEndIndex { get; set; }
content.vb: Public Property RowEndIndex As Integer?
parameters: []
return:
type: System.Nullable{System.Int32}
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex
id: ColumnStartIndex
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: ColumnStartIndex
nameWithType: SaveResultsRequestParams.ColumnStartIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ColumnStartIndex
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 49
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nStart index of the selected columns (inclusive)\n"
example: []
syntax:
content: public int ? ColumnStartIndex { get; set; }
content.vb: Public Property ColumnStartIndex As Integer?
parameters: []
return:
type: System.Nullable{System.Int32}
description: ''
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex
commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex
id: ColumnEndIndex
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams
langs:
- csharp
- vb
name: ColumnEndIndex
nameWithType: SaveResultsRequestParams.ColumnEndIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ColumnEndIndex
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/SaveResultsRequest.cs
startLine: 55
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
summary: "\nEnd index of the selected columns (inclusive)\n"
example: []
syntax:
content: public int ? ColumnEndIndex { get; set; }
content.vb: Public Property ColumnEndIndex As Integer?
parameters: []
return:
type: System.Nullable{System.Int32}
description: ''
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
references:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: false
name: System
nameWithType: System
fullName: System
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath
isExternal: false
name: FilePath
nameWithType: SaveResultsRequestParams.FilePath
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.FilePath
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex
isExternal: false
name: BatchIndex
nameWithType: SaveResultsRequestParams.BatchIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.BatchIndex
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex
isExternal: false
name: ResultSetIndex
nameWithType: SaveResultsRequestParams.ResultSetIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ResultSetIndex
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri
isExternal: false
name: OwnerUri
nameWithType: SaveResultsRequestParams.OwnerUri
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.OwnerUri
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex
isExternal: false
name: RowStartIndex
nameWithType: SaveResultsRequestParams.RowStartIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowStartIndex
- uid: System.Nullable{System.Int32}
commentId: T:System.Nullable{System.Int32}
parent: System
definition: System.Nullable`1
name: Nullable<Int32>
nameWithType: Nullable<Int32>
fullName: System.Nullable<System.Int32>
nameWithType.vb: Nullable(Of Int32)
fullname.vb: System.Nullable(Of System.Int32)
name.vb: Nullable(Of Int32)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullname.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex
isExternal: false
name: RowEndIndex
nameWithType: SaveResultsRequestParams.RowEndIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.RowEndIndex
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex
isExternal: false
name: ColumnStartIndex
nameWithType: SaveResultsRequestParams.ColumnStartIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnStartIndex
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex
isExternal: false
name: ColumnEndIndex
nameWithType: SaveResultsRequestParams.ColumnEndIndex
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.ColumnEndIndex