Estrutura Location
Represents the location of the source of the error in the Transact-SQL input files to the DAC compilation unit.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Structure Location _
Implements IComparable(Of Location)
'Uso
Dim instance As Location
public struct Location : IComparable<Location>
public value class Location : IComparable<Location>
[<SealedAttribute>]
type Location =
struct
interface IComparable<Location>
end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo Location expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ColumnNumber | Gets the column number of the location. | |
LineNumber | Gets the line number of the location. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CompareTo | Compares two Location objects and returns the difference in the line numbers. | |
Equals | (Herdado de ValueType.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a string representation of the location. (Substitui ValueType. . :: . .ToString() () () ().) |
Início
Comentários
If a compilation operation results in errors, the start and the end of the cause of the error are represented in this structure
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.