SourceInformation Class
SQL Server 2014
Updated: April 20, 2017
Represents information about an item of interest in the model, for example a SqlRuleProblem.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | SourceInformation(String^, Int32, Int32) | Initializes an instance of a SourceInformation object. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

