SourceInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about an item of interest in the model, for example a SqlRuleProblem.
public sealed class SourceInformation
type SourceInformation = class
Public NotInheritable Class SourceInformation
- Inheritance
-
SourceInformation
Constructors
SourceInformation(String, Int32, Int32) |
Initializes an instance of a SourceInformation object. |
Properties
SourceName |
Name representing the source for the information |
StartColumn |
The start column. May be -1 or 0 if the position is not known. |
StartLine |
The start line. May be -1 or 0 if the position is not known. |