Partilhar via


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
Propriedade pública ColumnNumber Gets the column number of the location.
Propriedade pública LineNumber Gets the line number of the location.

Início

Métodos

  Nome Descrição
Método público CompareTo Compares two Location objects and returns the difference in the line numbers.
Método público Equals (Herdado de ValueType.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de ValueType.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência