Class QueryExecuteCompleteParams
Parameters to be sent back with a query execution complete event
Inheritance
System.Object
QueryExecuteCompleteParams
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class QueryExecuteCompleteParams
Properties
| Improve this Doc View SourceBatchSummaries
Summaries of the result sets that were returned with the query
Declaration
public BatchSummary[] BatchSummaries { get; set; }
| Type | Description |
|---|---|
| BatchSummary[] |
Message
Error message, if any
Declaration
public string Message { get; set; }
| Type | Description |
|---|---|
| System.String |
OwnerUri
URI for the editor that owns the query
Declaration
public string OwnerUri { get; set; }
| Type | Description |
|---|---|
| System.String |