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

Class ConnectionSummary

Provides high level information about a connection.

Inheritance
System.Object
ConnectionSummary
Namespace:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ConnectionSummary

Properties

| Improve this Doc View Source

DatabaseName

Gets or sets the connection database name

Declaration
public string DatabaseName { get; set; }
Type Description
System.String
| Improve this Doc View Source

ServerName

Gets or sets the connection server name

Declaration
public string ServerName { get; set; }
Type Description
System.String
| Improve this Doc View Source

UserName

Gets or sets the connection user name

Declaration
public string UserName { get; set; }
Type Description
System.String
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX