mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 17:24:07 -05:00
447 lines
13 KiB
YAML
447 lines
13 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext
|
|
commentId: T:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext
|
|
id: SqlToolsContext
|
|
parent: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
children:
|
|
- Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.#ctor(Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails)
|
|
- Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SqlToolsContext
|
|
nameWithType: SqlToolsContext
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: SqlToolsContext
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsContext.cs
|
|
startLine: 12
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
summary: "\nContext for SQL Tools\n"
|
|
example: []
|
|
syntax:
|
|
content: public class SqlToolsContext
|
|
content.vb: Public Class SqlToolsContext
|
|
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
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion
|
|
id: SqlToolsVersion
|
|
parent: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SqlToolsVersion
|
|
nameWithType: SqlToolsContext.SqlToolsVersion
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: SqlToolsVersion
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsContext.cs
|
|
startLine: 17
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
summary: "\nGets the PowerShell version of the current runspace.\n"
|
|
example: []
|
|
syntax:
|
|
content: public Version SqlToolsVersion { get; }
|
|
content.vb: Public ReadOnly Property SqlToolsVersion As Version
|
|
parameters: []
|
|
return:
|
|
type: System.Version
|
|
overload: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.#ctor(Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails)
|
|
commentId: M:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.#ctor(Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails)
|
|
id: '#ctor(Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails)'
|
|
parent: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SqlToolsContext(HostDetails)
|
|
nameWithType: SqlToolsContext.SqlToolsContext(HostDetails)
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsContext(Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: .ctor
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsContext.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
summary: "\nInitalizes the SQL Tools context instance\n"
|
|
example: []
|
|
syntax:
|
|
content: public SqlToolsContext(HostDetails hostDetails)
|
|
content.vb: Public Sub New(hostDetails As HostDetails)
|
|
parameters:
|
|
- id: hostDetails
|
|
type: Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails
|
|
description: ''
|
|
overload: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
references:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
commentId: N:Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
isExternal: false
|
|
name: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
nameWithType: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
- 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.SqlContext.SqlToolsContext.SqlToolsVersion*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion
|
|
isExternal: false
|
|
name: SqlToolsVersion
|
|
nameWithType: SqlToolsContext.SqlToolsVersion
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsVersion
|
|
- uid: System.Version
|
|
commentId: T:System.Version
|
|
parent: System
|
|
isExternal: true
|
|
name: Version
|
|
nameWithType: Version
|
|
fullName: System.Version
|
|
- uid: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.#ctor*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.#ctor
|
|
isExternal: false
|
|
name: SqlToolsContext
|
|
nameWithType: SqlToolsContext.SqlToolsContext
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.SqlToolsContext
|
|
- uid: Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails
|
|
commentId: T:Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails
|
|
parent: Microsoft.SqlTools.ServiceLayer.SqlContext
|
|
isExternal: false
|
|
name: HostDetails
|
|
nameWithType: HostDetails
|
|
fullName: Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails
|