SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class DefinitionResult

/// Result object for PeekDefinition

Inheritance
System.Object
DefinitionResult
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class DefinitionResult

Fields

| Improve this Doc View Source

IsErrorResult

True, if definition error occured

Declaration
public bool IsErrorResult
| Improve this Doc View Source

Locations

Location object representing the definition script file

Declaration
public Location[] Locations

Properties

| Improve this Doc View Source

Message

Error message, if any

Declaration
public string Message { get; set; }
Type Description
System.String
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX