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 | |
---|---|---|
ColumnNumber | Gets the column number of the location. | |
LineNumber | Gets the line number of the location. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CompareTo | Compares two Location objects and returns the difference in the line numbers. | |
Equals | (Se hereda de ValueType.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de ValueType.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.