Partilhar via


Classe SourceInfo

The SourceInfo class represents a location in a DAC source file that has thrown an exception.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..SourceInfo

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Class SourceInfo
'Uso
Dim instance As SourceInfo
public class SourceInfo
public ref class SourceInfo
type SourceInfo =  class end
public class SourceInfo

O tipo SourceInfo expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública End Gets the line and column number of the end location in the source file in which an exception was thrown.
Propriedade pública Filename Gets the name of source file in which the exception was thrown.
Propriedade pública Start Gets the line and column numbers of the start location in the source file in which an exception was thrown.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

This class defines properties that get information about the specific points in the source file that triggered the exception.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência