Compartir a través de


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
Propiedad pública End Gets the line and column number of the end location in the source file in which an exception was thrown.
Propiedad pública Filename Gets the name of source file in which the exception was thrown.
Propiedad pública 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
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.