Add initial doxfx content

This commit is contained in:
Karl Burtram
2016-12-15 16:37:50 -08:00
parent 5a15a2cdf1
commit e3c080b2a0
539 changed files with 232202 additions and 1 deletions

View File

@@ -0,0 +1,713 @@
### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
id: ScriptRegion
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
children:
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text
langs:
- csharp
- vb
name: ScriptRegion
nameWithType: ScriptRegion
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ScriptRegion
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 12
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nContains details about a specific region of text in script file.\n"
example: []
syntax:
content: public sealed class ScriptRegion
content.vb: Public NotInheritable Class ScriptRegion
inheritance:
- System.Object
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
- sealed
- class
modifiers.vb:
- Public
- NotInheritable
- Class
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File
id: File
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: File
nameWithType: ScriptRegion.File
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: File
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 19
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets the file path of the script file in which this region is contained.\n"
example: []
syntax:
content: public string File { get; set; }
content.vb: Public Property File As String
parameters: []
return:
type: System.String
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text
id: Text
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: Text
nameWithType: ScriptRegion.Text
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Text
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 24
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the text that is contained within the region.\n"
example: []
syntax:
content: public string Text { get; set; }
content.vb: Public Property Text As String
parameters: []
return:
type: System.String
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber
id: StartLineNumber
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: StartLineNumber
nameWithType: ScriptRegion.StartLineNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: StartLineNumber
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 29
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the starting line number of the region.\n"
example: []
syntax:
content: public int StartLineNumber { get; set; }
content.vb: Public Property StartLineNumber As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber
id: StartColumnNumber
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: StartColumnNumber
nameWithType: ScriptRegion.StartColumnNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: StartColumnNumber
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 34
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the starting column number of the region.\n"
example: []
syntax:
content: public int StartColumnNumber { get; set; }
content.vb: Public Property StartColumnNumber As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset
id: StartOffset
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: StartOffset
nameWithType: ScriptRegion.StartOffset
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: StartOffset
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 39
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the starting file offset of the region.\n"
example: []
syntax:
content: public int StartOffset { get; set; }
content.vb: Public Property StartOffset As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber
id: EndLineNumber
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: EndLineNumber
nameWithType: ScriptRegion.EndLineNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: EndLineNumber
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 44
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the ending line number of the region.\n"
example: []
syntax:
content: public int EndLineNumber { get; set; }
content.vb: Public Property EndLineNumber As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber
id: EndColumnNumber
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: EndColumnNumber
nameWithType: ScriptRegion.EndColumnNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: EndColumnNumber
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 49
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the ending column number of the region.\n"
example: []
syntax:
content: public int EndColumnNumber { get; set; }
content.vb: Public Property EndColumnNumber As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset
id: EndOffset
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion
langs:
- csharp
- vb
name: EndOffset
nameWithType: ScriptRegion.EndOffset
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: EndOffset
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptRegion.cs
startLine: 54
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the ending file offset of the region.\n"
example: []
syntax:
content: public int EndOffset { get; set; }
content.vb: Public Property EndOffset As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
references:
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.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.Workspace.Contracts.ScriptRegion.File*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File
isExternal: false
name: File
nameWithType: ScriptRegion.File
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.File
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text
isExternal: false
name: Text
nameWithType: ScriptRegion.Text
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.Text
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber
isExternal: false
name: StartLineNumber
nameWithType: ScriptRegion.StartLineNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartLineNumber
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber
isExternal: false
name: StartColumnNumber
nameWithType: ScriptRegion.StartColumnNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartColumnNumber
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset
isExternal: false
name: StartOffset
nameWithType: ScriptRegion.StartOffset
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.StartOffset
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber
isExternal: false
name: EndLineNumber
nameWithType: ScriptRegion.EndLineNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndLineNumber
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber
isExternal: false
name: EndColumnNumber
nameWithType: ScriptRegion.EndColumnNumber
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndColumnNumber
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset
isExternal: false
name: EndOffset
nameWithType: ScriptRegion.EndOffset
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.EndOffset