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 | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.