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 ConnectionSummaryProperties
| Improve this Doc View SourceDatabaseName
Gets or sets the connection database name
Declaration
public string DatabaseName { get; set; }| Type | Description | 
|---|---|
| System.String | 
ServerName
Gets or sets the connection server name
Declaration
public string ServerName { get; set; }| Type | Description | 
|---|---|
| System.String | 
UserName
Gets or sets the connection user name
Declaration
public string UserName { get; set; }| Type | Description | 
|---|---|
| System.String |