Class DisconnectParams
Parameters for the Disconnect Request.
Inheritance
System.Object
DisconnectParams
Namespace:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class DisconnectParams
Properties
| Improve this Doc View SourceOwnerUri
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; }
Type | Description |
---|---|
System.String |