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 SourceIsErrorResult
True, if definition error occured
Declaration
public bool IsErrorResult
Locations
Location object representing the definition script file
Declaration
public Location[] Locations
Properties
| Improve this Doc View SourceMessage
Error message, if any
Declaration
public string Message { get; set; }
Type | Description |
---|---|
System.String |