mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 09:35:38 -05:00
674 lines
30 KiB
YAML
674 lines
30 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
id: IBindingContext
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
children:
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
|
|
- Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IBindingContext
|
|
nameWithType: IBindingContext
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
type: Interface
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: IBindingContext
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 18
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nThe context used for binding requests\n"
|
|
example: []
|
|
syntax:
|
|
content: public interface IBindingContext
|
|
content.vb: Public Interface IBindingContext
|
|
modifiers.csharp:
|
|
- public
|
|
- interface
|
|
modifiers.vb:
|
|
- Public
|
|
- Interface
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
|
|
id: IsConnected
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsConnected
|
|
nameWithType: IBindingContext.IsConnected
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: IsConnected
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 23
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets a flag indicating if the context is connected\n"
|
|
example: []
|
|
syntax:
|
|
content: bool IsConnected { get; set; }
|
|
content.vb: Property IsConnected As Boolean
|
|
parameters: []
|
|
return:
|
|
type: System.Boolean
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected*
|
|
modifiers.csharp:
|
|
- get
|
|
- set
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
|
|
id: ServerConnection
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ServerConnection
|
|
nameWithType: IBindingContext.ServerConnection
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: ServerConnection
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 28
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the binding server connection\n"
|
|
example: []
|
|
syntax:
|
|
content: ServerConnection ServerConnection { get; set; }
|
|
content.vb: Property ServerConnection As ServerConnection
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.Common.ServerConnection
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection*
|
|
modifiers.csharp:
|
|
- get
|
|
- set
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
|
|
id: MetadataDisplayInfoProvider
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MetadataDisplayInfoProvider
|
|
nameWithType: IBindingContext.MetadataDisplayInfoProvider
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: MetadataDisplayInfoProvider
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 33
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the metadata display info provider\n"
|
|
example: []
|
|
syntax:
|
|
content: MetadataDisplayInfoProvider MetadataDisplayInfoProvider { get; set; }
|
|
content.vb: Property MetadataDisplayInfoProvider As MetadataDisplayInfoProvider
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider*
|
|
modifiers.csharp:
|
|
- get
|
|
- set
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
|
|
id: SmoMetadataProvider
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SmoMetadataProvider
|
|
nameWithType: IBindingContext.SmoMetadataProvider
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: SmoMetadataProvider
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 38
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the SMO metadata provider\n"
|
|
example: []
|
|
syntax:
|
|
content: SmoMetadataProvider SmoMetadataProvider { get; set; }
|
|
content.vb: Property SmoMetadataProvider As SmoMetadataProvider
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.SmoMetadataProvider.SmoMetadataProvider
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider*
|
|
modifiers.csharp:
|
|
- get
|
|
- set
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
|
|
id: Binder
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Binder
|
|
nameWithType: IBindingContext.Binder
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: Binder
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 43
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the binder\n"
|
|
example: []
|
|
syntax:
|
|
content: IBinder Binder { get; set; }
|
|
content.vb: Property Binder As IBinder
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.SqlParser.Binder.IBinder
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder*
|
|
modifiers.csharp:
|
|
- get
|
|
- set
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
|
|
id: BindingLock
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: BindingLock
|
|
nameWithType: IBindingContext.BindingLock
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: BindingLock
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 48
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets the binding lock object\n"
|
|
example: []
|
|
syntax:
|
|
content: ManualResetEvent BindingLock { get; }
|
|
content.vb: ReadOnly Property BindingLock As ManualResetEvent
|
|
parameters: []
|
|
return:
|
|
type: System.Threading.ManualResetEvent
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock*
|
|
modifiers.csharp:
|
|
- get
|
|
modifiers.vb:
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
|
|
id: BindingTimeout
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: BindingTimeout
|
|
nameWithType: IBindingContext.BindingTimeout
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: BindingTimeout
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 53
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the binding operation timeout in milliseconds\n"
|
|
example: []
|
|
syntax:
|
|
content: int BindingTimeout { get; set; }
|
|
content.vb: Property BindingTimeout As Integer
|
|
parameters: []
|
|
return:
|
|
type: System.Int32
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout*
|
|
modifiers.csharp:
|
|
- get
|
|
- set
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
|
|
id: ParseOptions
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ParseOptions
|
|
nameWithType: IBindingContext.ParseOptions
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: ParseOptions
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 58
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the current connection parse options\n"
|
|
example: []
|
|
syntax:
|
|
content: ParseOptions ParseOptions { get; }
|
|
content.vb: ReadOnly Property ParseOptions As ParseOptions
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions*
|
|
modifiers.csharp:
|
|
- get
|
|
modifiers.vb:
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
|
|
id: ServerVersion
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ServerVersion
|
|
nameWithType: IBindingContext.ServerVersion
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: ServerVersion
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 63
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the current connection server version\n"
|
|
example: []
|
|
syntax:
|
|
content: ServerVersion ServerVersion { get; }
|
|
content.vb: ReadOnly Property ServerVersion As ServerVersion
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.Common.ServerVersion
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion*
|
|
modifiers.csharp:
|
|
- get
|
|
modifiers.vb:
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
|
|
id: DatabaseEngineType
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DatabaseEngineType
|
|
nameWithType: IBindingContext.DatabaseEngineType
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: DatabaseEngineType
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 68
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the database engine type\n"
|
|
example: []
|
|
syntax:
|
|
content: DatabaseEngineType DatabaseEngineType { get; }
|
|
content.vb: ReadOnly Property DatabaseEngineType As DatabaseEngineType
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.Common.DatabaseEngineType
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType*
|
|
modifiers.csharp:
|
|
- get
|
|
modifiers.vb:
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
|
|
id: TransactSqlVersion
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TransactSqlVersion
|
|
nameWithType: IBindingContext.TransactSqlVersion
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: TransactSqlVersion
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 73
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the T-SQL version\n"
|
|
example: []
|
|
syntax:
|
|
content: TransactSqlVersion TransactSqlVersion { get; }
|
|
content.vb: ReadOnly Property TransactSqlVersion As TransactSqlVersion
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.SqlParser.Common.TransactSqlVersion
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion*
|
|
modifiers.csharp:
|
|
- get
|
|
modifiers.vb:
|
|
- ReadOnly
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
|
|
commentId: P:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
|
|
id: DatabaseCompatibilityLevel
|
|
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DatabaseCompatibilityLevel
|
|
nameWithType: IBindingContext.DatabaseCompatibilityLevel
|
|
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
branch: master
|
|
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
|
id: DatabaseCompatibilityLevel
|
|
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/IBindingContext.cs
|
|
startLine: 78
|
|
assemblies:
|
|
- Microsoft.SqlTools.ServiceLayer
|
|
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices
|
|
summary: "\nGets or sets the database compatibility level\n"
|
|
example: []
|
|
syntax:
|
|
content: DatabaseCompatibilityLevel DatabaseCompatibilityLevel { get; }
|
|
content.vb: ReadOnly Property DatabaseCompatibilityLevel As DatabaseCompatibilityLevel
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.SqlServer.Management.SqlParser.Common.DatabaseCompatibilityLevel
|
|
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel*
|
|
modifiers.csharp:
|
|
- get
|
|
modifiers.vb:
|
|
- 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: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.IsConnected
|
|
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: System
|
|
commentId: N:System
|
|
isExternal: false
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerConnection
|
|
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.IBindingContext.MetadataDisplayInfoProvider*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.MetadataDisplayInfoProvider
|
|
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.IBindingContext.SmoMetadataProvider*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.SmoMetadataProvider
|
|
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.IBindingContext.Binder*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.Binder
|
|
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.IBindingContext.BindingLock*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingLock
|
|
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.IBindingContext.BindingTimeout*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.BindingTimeout
|
|
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.IBindingContext.ParseOptions*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ParseOptions
|
|
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
|
|
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.ServerVersion
|
|
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.IBindingContext.DatabaseEngineType*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseEngineType
|
|
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.IBindingContext.TransactSqlVersion*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.TransactSqlVersion
|
|
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.IBindingContext.DatabaseCompatibilityLevel*
|
|
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.DatabaseCompatibilityLevel
|
|
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
|