Clase SourceInfo
The SourceInfo class represents a location in a DAC source file that has thrown an exception.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..SourceInfo
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Class SourceInfo
'Uso
Dim instance As SourceInfo
public class SourceInfo
public ref class SourceInfo
type SourceInfo = class end
public class SourceInfo
El tipo SourceInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
This class defines properties that get information about the specific points in the source file that triggered the exception.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.