SourceInfo Class
The SourceInfo class represents a location in a DAC source file that has thrown an exception.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.SourceInfo
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public Class SourceInfo
'Uso
Dim instance As SourceInfo
public class SourceInfo
public ref class SourceInfo
type SourceInfo = class end
public class SourceInfo
The SourceInfo type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This class defines properties that get information about the specific points in the source file that triggered the exception.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.