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

1158 lines
47 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
id: ConnectedBindingContext
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices
children:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.#ctor
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider
- Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion
langs:
- csharp
- vb
name: ConnectedBindingContext
nameWithType: ConnectedBindingContext
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ConnectedBindingContext
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 19
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nClass for the binding context for connected sessions\n"
example: []
syntax:
content: 'public class ConnectedBindingContext : IBindingContext'
content.vb: >-
Public Class ConnectedBindingContext
Implements IBindingContext
inheritance:
- System.Object
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
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.LanguageServices.ConnectedBindingContext.#ctor
commentId: M:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.#ctor
id: '#ctor'
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: ConnectedBindingContext()
nameWithType: ConnectedBindingContext.ConnectedBindingContext()
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ConnectedBindingContext()
type: Constructor
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: .ctor
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 30
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nConnected binding context constructor\n"
example: []
syntax:
content: public ConnectedBindingContext()
content.vb: Public Sub New
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.#ctor*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected
id: IsConnected
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: IsConnected
nameWithType: ConnectedBindingContext.IsConnected
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: IsConnected
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 40
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets or sets a flag indicating if the binder is connected\n"
example: []
syntax:
content: public bool IsConnected { get; set; }
content.vb: Public Property IsConnected As Boolean
parameters: []
return:
type: System.Boolean
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection
id: ServerConnection
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: ServerConnection
nameWithType: ConnectedBindingContext.ServerConnection
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ServerConnection
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 45
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets or sets the binding server connection\n"
example: []
syntax:
content: public ServerConnection ServerConnection { get; set; }
content.vb: Public Property ServerConnection As ServerConnection
parameters: []
return:
type: Microsoft.SqlServer.Management.Common.ServerConnection
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider
id: MetadataDisplayInfoProvider
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: MetadataDisplayInfoProvider
nameWithType: ConnectedBindingContext.MetadataDisplayInfoProvider
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: MetadataDisplayInfoProvider
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 63
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets or sets the metadata display info provider\n"
example: []
syntax:
content: public MetadataDisplayInfoProvider MetadataDisplayInfoProvider { get; set; }
content.vb: Public Property MetadataDisplayInfoProvider As MetadataDisplayInfoProvider
parameters: []
return:
type: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider
id: SmoMetadataProvider
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: SmoMetadataProvider
nameWithType: ConnectedBindingContext.SmoMetadataProvider
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: SmoMetadataProvider
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 68
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets or sets the SMO metadata provider\n"
example: []
syntax:
content: public SmoMetadataProvider SmoMetadataProvider { get; set; }
content.vb: Public Property SmoMetadataProvider As SmoMetadataProvider
parameters: []
return:
type: Microsoft.SqlServer.Management.SmoMetadataProvider.SmoMetadataProvider
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder
id: Binder
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: Binder
nameWithType: ConnectedBindingContext.Binder
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Binder
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 73
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets or sets the binder\n"
example: []
syntax:
content: public IBinder Binder { get; set; }
content.vb: Public Property Binder As IBinder
parameters: []
return:
type: Microsoft.SqlServer.Management.SqlParser.Binder.IBinder
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock
id: BindingLock
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: BindingLock
nameWithType: ConnectedBindingContext.BindingLock
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: BindingLock
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 78
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets the binding lock object\n"
example: []
syntax:
content: public ManualResetEvent BindingLock { get; }
content.vb: Public ReadOnly Property BindingLock As ManualResetEvent
parameters: []
return:
type: System.Threading.ManualResetEvent
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout
id: BindingTimeout
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: BindingTimeout
nameWithType: ConnectedBindingContext.BindingTimeout
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: BindingTimeout
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 89
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets or sets the binding operation timeout in milliseconds\n"
example: []
syntax:
content: public int BindingTimeout { get; set; }
content.vb: Public Property BindingTimeout As Integer
parameters: []
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion
id: ServerVersion
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: ServerVersion
nameWithType: ConnectedBindingContext.ServerVersion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ServerVersion
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 94
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets the Language Service ServerVersion\n"
example: []
syntax:
content: public ServerVersion ServerVersion { get; }
content.vb: Public ReadOnly Property ServerVersion As ServerVersion
parameters: []
return:
type: Microsoft.SqlServer.Management.Common.ServerVersion
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType
id: DatabaseEngineType
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: DatabaseEngineType
nameWithType: ConnectedBindingContext.DatabaseEngineType
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: DatabaseEngineType
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 107
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets the current DataEngineType\n"
example: []
syntax:
content: public DatabaseEngineType DatabaseEngineType { get; }
content.vb: Public ReadOnly Property DatabaseEngineType As DatabaseEngineType
parameters: []
return:
type: Microsoft.SqlServer.Management.Common.DatabaseEngineType
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion
id: TransactSqlVersion
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: TransactSqlVersion
nameWithType: ConnectedBindingContext.TransactSqlVersion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: TransactSqlVersion
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 120
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets the current connections TransactSqlVersion\n"
example: []
syntax:
content: public TransactSqlVersion TransactSqlVersion { get; }
content.vb: Public ReadOnly Property TransactSqlVersion As TransactSqlVersion
parameters: []
return:
type: Microsoft.SqlServer.Management.SqlParser.Common.TransactSqlVersion
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel
id: DatabaseCompatibilityLevel
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: DatabaseCompatibilityLevel
nameWithType: ConnectedBindingContext.DatabaseCompatibilityLevel
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: DatabaseCompatibilityLevel
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 133
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets the current DatabaseCompatibilityLevel\n"
example: []
syntax:
content: public DatabaseCompatibilityLevel DatabaseCompatibilityLevel { get; }
content.vb: Public ReadOnly Property DatabaseCompatibilityLevel As DatabaseCompatibilityLevel
parameters: []
return:
type: Microsoft.SqlServer.Management.SqlParser.Common.DatabaseCompatibilityLevel
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions
id: ParseOptions
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext
langs:
- csharp
- vb
name: ParseOptions
nameWithType: ConnectedBindingContext.ParseOptions
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ParseOptions
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/ConnectedBindingContext.cs
startLine: 146
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
summary: "\nGets the current ParseOptions\n"
example: []
syntax:
content: public ParseOptions ParseOptions { get; }
content.vb: Public ReadOnly Property ParseOptions As ParseOptions
parameters: []
return:
type: Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions*
implements:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
references:
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices
commentId: N:Microsoft.SqlTools.ServiceLayer.LanguageServices
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.LanguageServices
nameWithType: Microsoft.SqlTools.ServiceLayer.LanguageServices
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices
isExternal: false
name: IBindingContext
nameWithType: IBindingContext
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
- 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.LanguageServices.ConnectedBindingContext.#ctor*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.#ctor
isExternal: false
name: ConnectedBindingContext
nameWithType: ConnectedBindingContext.ConnectedBindingContext
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ConnectedBindingContext
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected
isExternal: false
name: IsConnected
nameWithType: ConnectedBindingContext.IsConnected
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.IsConnected
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: IsConnected
nameWithType: IBindingContext.IsConnected
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection
isExternal: false
name: ServerConnection
nameWithType: ConnectedBindingContext.ServerConnection
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerConnection
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: ServerConnection
nameWithType: IBindingContext.ServerConnection
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
- uid: Microsoft.SqlServer.Management.Common.ServerConnection
commentId: T:Microsoft.SqlServer.Management.Common.ServerConnection
parent: Microsoft.SqlServer.Management.Common
isExternal: true
name: ServerConnection
nameWithType: ServerConnection
fullName: Microsoft.SqlServer.Management.Common.ServerConnection
- uid: Microsoft.SqlServer.Management.Common
commentId: N:Microsoft.SqlServer.Management.Common
isExternal: false
name: Microsoft.SqlServer.Management.Common
nameWithType: Microsoft.SqlServer.Management.Common
fullName: Microsoft.SqlServer.Management.Common
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider
isExternal: false
name: MetadataDisplayInfoProvider
nameWithType: ConnectedBindingContext.MetadataDisplayInfoProvider
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.MetadataDisplayInfoProvider
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: MetadataDisplayInfoProvider
nameWithType: IBindingContext.MetadataDisplayInfoProvider
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
- uid: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider
commentId: T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider
parent: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
isExternal: true
name: MetadataDisplayInfoProvider
nameWithType: MetadataDisplayInfoProvider
fullName: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider
- uid: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
commentId: N:Microsoft.SqlServer.Management.SqlParser.MetadataProvider
isExternal: false
name: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
nameWithType: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
fullName: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider
isExternal: false
name: SmoMetadataProvider
nameWithType: ConnectedBindingContext.SmoMetadataProvider
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.SmoMetadataProvider
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: SmoMetadataProvider
nameWithType: IBindingContext.SmoMetadataProvider
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
- uid: Microsoft.SqlServer.Management.SmoMetadataProvider.SmoMetadataProvider
commentId: T:Microsoft.SqlServer.Management.SmoMetadataProvider.SmoMetadataProvider
parent: Microsoft.SqlServer.Management.SmoMetadataProvider
isExternal: true
name: SmoMetadataProvider
nameWithType: SmoMetadataProvider
fullName: Microsoft.SqlServer.Management.SmoMetadataProvider.SmoMetadataProvider
- uid: Microsoft.SqlServer.Management.SmoMetadataProvider
commentId: N:Microsoft.SqlServer.Management.SmoMetadataProvider
isExternal: false
name: Microsoft.SqlServer.Management.SmoMetadataProvider
nameWithType: Microsoft.SqlServer.Management.SmoMetadataProvider
fullName: Microsoft.SqlServer.Management.SmoMetadataProvider
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder
isExternal: false
name: Binder
nameWithType: ConnectedBindingContext.Binder
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.Binder
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: Binder
nameWithType: IBindingContext.Binder
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
- uid: Microsoft.SqlServer.Management.SqlParser.Binder.IBinder
commentId: T:Microsoft.SqlServer.Management.SqlParser.Binder.IBinder
parent: Microsoft.SqlServer.Management.SqlParser.Binder
isExternal: true
name: IBinder
nameWithType: IBinder
fullName: Microsoft.SqlServer.Management.SqlParser.Binder.IBinder
- uid: Microsoft.SqlServer.Management.SqlParser.Binder
commentId: N:Microsoft.SqlServer.Management.SqlParser.Binder
isExternal: false
name: Microsoft.SqlServer.Management.SqlParser.Binder
nameWithType: Microsoft.SqlServer.Management.SqlParser.Binder
fullName: Microsoft.SqlServer.Management.SqlParser.Binder
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock
isExternal: false
name: BindingLock
nameWithType: ConnectedBindingContext.BindingLock
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingLock
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: BindingLock
nameWithType: IBindingContext.BindingLock
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
- uid: System.Threading.ManualResetEvent
commentId: T:System.Threading.ManualResetEvent
parent: System.Threading
isExternal: true
name: ManualResetEvent
nameWithType: ManualResetEvent
fullName: System.Threading.ManualResetEvent
- uid: System.Threading
commentId: N:System.Threading
isExternal: false
name: System.Threading
nameWithType: System.Threading
fullName: System.Threading
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout
isExternal: false
name: BindingTimeout
nameWithType: ConnectedBindingContext.BindingTimeout
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.BindingTimeout
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: BindingTimeout
nameWithType: IBindingContext.BindingTimeout
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion
isExternal: false
name: ServerVersion
nameWithType: ConnectedBindingContext.ServerVersion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ServerVersion
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: ServerVersion
nameWithType: IBindingContext.ServerVersion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
- uid: Microsoft.SqlServer.Management.Common.ServerVersion
commentId: T:Microsoft.SqlServer.Management.Common.ServerVersion
parent: Microsoft.SqlServer.Management.Common
isExternal: true
name: ServerVersion
nameWithType: ServerVersion
fullName: Microsoft.SqlServer.Management.Common.ServerVersion
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType
isExternal: false
name: DatabaseEngineType
nameWithType: ConnectedBindingContext.DatabaseEngineType
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseEngineType
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: DatabaseEngineType
nameWithType: IBindingContext.DatabaseEngineType
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
- uid: Microsoft.SqlServer.Management.Common.DatabaseEngineType
commentId: T:Microsoft.SqlServer.Management.Common.DatabaseEngineType
parent: Microsoft.SqlServer.Management.Common
isExternal: true
name: DatabaseEngineType
nameWithType: DatabaseEngineType
fullName: Microsoft.SqlServer.Management.Common.DatabaseEngineType
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion
isExternal: false
name: TransactSqlVersion
nameWithType: ConnectedBindingContext.TransactSqlVersion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.TransactSqlVersion
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: TransactSqlVersion
nameWithType: IBindingContext.TransactSqlVersion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
- uid: Microsoft.SqlServer.Management.SqlParser.Common.TransactSqlVersion
commentId: T:Microsoft.SqlServer.Management.SqlParser.Common.TransactSqlVersion
parent: Microsoft.SqlServer.Management.SqlParser.Common
isExternal: true
name: TransactSqlVersion
nameWithType: TransactSqlVersion
fullName: Microsoft.SqlServer.Management.SqlParser.Common.TransactSqlVersion
- uid: Microsoft.SqlServer.Management.SqlParser.Common
commentId: N:Microsoft.SqlServer.Management.SqlParser.Common
isExternal: false
name: Microsoft.SqlServer.Management.SqlParser.Common
nameWithType: Microsoft.SqlServer.Management.SqlParser.Common
fullName: Microsoft.SqlServer.Management.SqlParser.Common
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel
isExternal: false
name: DatabaseCompatibilityLevel
nameWithType: ConnectedBindingContext.DatabaseCompatibilityLevel
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.DatabaseCompatibilityLevel
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: DatabaseCompatibilityLevel
nameWithType: IBindingContext.DatabaseCompatibilityLevel
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
- uid: Microsoft.SqlServer.Management.SqlParser.Common.DatabaseCompatibilityLevel
commentId: T:Microsoft.SqlServer.Management.SqlParser.Common.DatabaseCompatibilityLevel
parent: Microsoft.SqlServer.Management.SqlParser.Common
isExternal: true
name: DatabaseCompatibilityLevel
nameWithType: DatabaseCompatibilityLevel
fullName: Microsoft.SqlServer.Management.SqlParser.Common.DatabaseCompatibilityLevel
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions
isExternal: false
name: ParseOptions
nameWithType: ConnectedBindingContext.ParseOptions
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.ParseOptions
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
isExternal: false
name: ParseOptions
nameWithType: IBindingContext.ParseOptions
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
- uid: Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions
commentId: T:Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions
parent: Microsoft.SqlServer.Management.SqlParser.Parser
isExternal: true
name: ParseOptions
nameWithType: ParseOptions
fullName: Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions
- uid: Microsoft.SqlServer.Management.SqlParser.Parser
commentId: N:Microsoft.SqlServer.Management.SqlParser.Parser
isExternal: false
name: Microsoft.SqlServer.Management.SqlParser.Parser
nameWithType: Microsoft.SqlServer.Management.SqlParser.Parser
fullName: Microsoft.SqlServer.Management.SqlParser.Parser