Class QueryDisposeResult
Parameters to return as the result of a query dispose request
Inheritance
System.Object
QueryDisposeResult
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class QueryDisposeResult
Properties
| Improve this Doc View SourceMessages
Any error messages that occurred during disposing the result set. Optional, can be set to null if there were no errors.
Declaration
public string Messages { get; set; }
Type | Description |
---|---|
System.String |