Show / Hide Table of Contents

Class ConnectionChangedParams

Parameters for the ConnectionChanged Notification.

Inheritance
System.Object
ConnectionChangedParams
Inherited Members
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()
Namespace:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ConnectionChangedParams

Properties

| Improve this Doc View Source

Connection

Contains the high-level properties about the connection, for display to the user.

Declaration
public ConnectionSummary Connection { get; set; }
Property Value
Type Description
ConnectionSummary
| Improve this Doc View Source

OwnerUri

A URI identifying the owner of the connection. This will most commonly be a file in the workspace or a virtual file representing an object in a database.

Declaration
public string OwnerUri { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX