SourceInfo Class
The SourceInfo class represents a location in a DAC source file that has thrown an exception.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
The SourceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | End | Gets the line and column number of the end location in the source file in which an exception was thrown. |
![]() | Filename | Gets the name of source file in which the exception was thrown. |
![]() | Start | Gets the line and column numbers of the start location in the source file in which an exception was thrown. |

