### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage commentId: T:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage id: ResultMessage parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts children: - Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor - Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor(System.String) - Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor(System.String,System.String) - Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message - Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time langs: - csharp - vb name: ResultMessage nameWithType: ResultMessage fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: ResultMessage path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs startLine: 12 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts summary: "\nResult message object with timestamp and actual message\n" example: [] syntax: content: public class ResultMessage content.vb: Public Class ResultMessage inheritance: - System.Object inheritedMembers: - 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 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time id: Time parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage langs: - csharp - vb name: Time nameWithType: ResultMessage.Time fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Time path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs startLine: 18 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts summary: "\nTimestamp of the message\nStored in UTC ISO 8601 format; should be localized before displaying to any user\n" example: [] syntax: content: public string Time { get; set; } content.vb: Public Property Time As String parameters: [] return: type: System.String overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message commentId: P:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message id: Message parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage langs: - csharp - vb name: Message nameWithType: ResultMessage.Message fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Message path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs startLine: 23 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts summary: "\nMessage contents\n" example: [] syntax: content: public string Message { get; set; } content.vb: Public Property Message As String parameters: [] return: type: System.String overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor(System.String,System.String) commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor(System.String,System.String) id: '#ctor(System.String,System.String)' parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage langs: - csharp - vb name: ResultMessage(String, String) nameWithType: ResultMessage.ResultMessage(String, String) fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.ResultMessage(System.String, System.String) type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs startLine: 28 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts summary: "\nFull constructor\n" example: [] syntax: content: public ResultMessage(string timeStamp, string message) content.vb: Public Sub New(timeStamp As String, message As String) parameters: - id: timeStamp type: System.String - id: message type: System.String overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor(System.String) commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor(System.String) id: '#ctor(System.String)' parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage langs: - csharp - vb name: ResultMessage(String) nameWithType: ResultMessage.ResultMessage(String) fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.ResultMessage(System.String) type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs startLine: 37 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts summary: "\nConstructor with default \"Now\" time\n" example: [] syntax: content: public ResultMessage(string message) content.vb: Public Sub New(message As String) parameters: - id: message type: System.String overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor id: '#ctor' parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage langs: - csharp - vb name: ResultMessage() nameWithType: ResultMessage.ResultMessage() fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.ResultMessage() type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/ResultMessage.cs startLine: 46 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts summary: "\nDefault constructor, used for deserializing JSON RPC only\n" example: [] syntax: content: public ResultMessage() content.vb: Public Sub New overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor* modifiers.csharp: - public modifiers.vb: - Public references: - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts commentId: N:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts isExternal: false name: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts nameWithType: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: false name: System nameWithType: System fullName: System - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time* commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time isExternal: false name: Time nameWithType: ResultMessage.Time fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Time - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message* commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message isExternal: false name: Message nameWithType: ResultMessage.Message fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.Message - uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor* commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.#ctor isExternal: false name: ResultMessage nameWithType: ResultMessage.ResultMessage fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.ResultMessage