SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class ConnectedBindingContext

Class for the binding context for connected sessions

Inheritance
System.Object
ConnectedBindingContext
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ConnectedBindingContext : IBindingContext

Constructors

| Improve this Doc View Source

ConnectedBindingContext()

Connected binding context constructor

Declaration
public ConnectedBindingContext()

Properties

| Improve this Doc View Source

Binder

Gets or sets the binder

Declaration
public IBinder Binder { get; set; }
Type Description
Microsoft.SqlServer.Management.SqlParser.Binder.IBinder
| Improve this Doc View Source

BindingLock

Gets the binding lock object

Declaration
public ManualResetEvent BindingLock { get; }
Type Description
System.Threading.ManualResetEvent
| Improve this Doc View Source

BindingTimeout

Gets or sets the binding operation timeout in milliseconds

Declaration
public int BindingTimeout { get; set; }
Type Description
System.Int32
| Improve this Doc View Source

DatabaseCompatibilityLevel

Gets the current DatabaseCompatibilityLevel

Declaration
public DatabaseCompatibilityLevel DatabaseCompatibilityLevel { get; }
Type Description
Microsoft.SqlServer.Management.SqlParser.Common.DatabaseCompatibilityLevel
| Improve this Doc View Source

DatabaseEngineType

Gets the current DataEngineType

Declaration
public DatabaseEngineType DatabaseEngineType { get; }
Type Description
Microsoft.SqlServer.Management.Common.DatabaseEngineType
| Improve this Doc View Source

IsConnected

Gets or sets a flag indicating if the binder is connected

Declaration
public bool IsConnected { get; set; }
Type Description
System.Boolean
| Improve this Doc View Source

MetadataDisplayInfoProvider

Gets or sets the metadata display info provider

Declaration
public MetadataDisplayInfoProvider MetadataDisplayInfoProvider { get; set; }
Type Description
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider
| Improve this Doc View Source

ParseOptions

Gets the current ParseOptions

Declaration
public ParseOptions ParseOptions { get; }
Type Description
Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions
| Improve this Doc View Source

ServerConnection

Gets or sets the binding server connection

Declaration
public ServerConnection ServerConnection { get; set; }
Type Description
Microsoft.SqlServer.Management.Common.ServerConnection
| Improve this Doc View Source

ServerVersion

Gets the Language Service ServerVersion

Declaration
public ServerVersion ServerVersion { get; }
Type Description
Microsoft.SqlServer.Management.Common.ServerVersion
| Improve this Doc View Source

SmoMetadataProvider

Gets or sets the SMO metadata provider

Declaration
public SmoMetadataProvider SmoMetadataProvider { get; set; }
Type Description
Microsoft.SqlServer.Management.SmoMetadataProvider.SmoMetadataProvider
| Improve this Doc View Source

TransactSqlVersion

Gets the current connections TransactSqlVersion

Declaration
public TransactSqlVersion TransactSqlVersion { get; }
Type Description
Microsoft.SqlServer.Management.SqlParser.Common.TransactSqlVersion
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX