SourceInformation Class

Definition

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.

Applies to