### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker id: ScriptFileMarker parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts children: - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Message - Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion langs: - csharp - vb name: ScriptFileMarker nameWithType: ScriptFileMarker fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: ScriptFileMarker path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs startLine: 33 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts summary: "\nContains details about a marker that should be displayed\nfor the a script file. The marker information could come\nfrom syntax parsing or semantic analysis of the script.\n" example: [] syntax: content: public class ScriptFileMarker content.vb: Public Class ScriptFileMarker 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.Workspace.Contracts.ScriptFileMarker.Message commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Message id: Message parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker langs: - csharp - vb name: Message nameWithType: ScriptFileMarker.Message fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Message type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Message path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs startLine: 40 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts summary: "\nGets or sets the marker's message string.\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.Workspace.Contracts.ScriptFileMarker.Message* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level id: Level parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker langs: - csharp - vb name: Level nameWithType: ScriptFileMarker.Level fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Level path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs startLine: 45 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts summary: "\nGets or sets the marker's message level.\n" example: [] syntax: content: public ScriptFileMarkerLevel Level { get; set; } content.vb: Public Property Level As ScriptFileMarkerLevel parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion id: ScriptRegion parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker langs: - csharp - vb name: ScriptRegion nameWithType: ScriptFileMarker.ScriptRegion fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: ScriptRegion path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs startLine: 50 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts summary: "\nGets or sets the ScriptRegion where the marker should appear.\n" example: [] syntax: content: public ScriptRegion ScriptRegion { get; set; } content.vb: Public Property ScriptRegion As ScriptRegion parameters: [] return: type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion* modifiers.csharp: - public - get - set modifiers.vb: - Public references: - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts commentId: N:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts nameWithType: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts fullName: Microsoft.SqlTools.ServiceLayer.Workspace.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.Workspace.Contracts.ScriptFileMarker.Message* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Message isExternal: false name: Message nameWithType: ScriptFileMarker.Message fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Message - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level isExternal: false name: Level nameWithType: ScriptFileMarker.Level fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.Level - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: ScriptFileMarkerLevel nameWithType: ScriptFileMarkerLevel fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion isExternal: false name: ScriptRegion nameWithType: ScriptFileMarker.ScriptRegion fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.ScriptRegion - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: ScriptRegion nameWithType: ScriptRegion fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion