Compartir a través de


Estructura Location

Represents the location of the source of the error in the Transact-SQL input files to the DAC compilation unit.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
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 admite el uso de estructuras, pero no la declaración de otras nuevas.

El tipo Location expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ColumnNumber Gets the column number of the location.
Propiedad pública LineNumber Gets the line number of the location.

Arriba

Métodos

  Nombre Descripción
Método público CompareTo Compares two Location objects and returns the difference in the line numbers.
Método público Equals (Se hereda de ValueType.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de ValueType.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString Returns a string representation of the location. (Invalida ValueType. . :: . .ToString() () () ().)

Arriba

Comentarios

If a compilation operation results in errors, the start and the end of the cause of the error are represented in this structure

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.