Compartir a través de


Estructura TSqlCompilationError

The TSqlCompilationError class contains information on a Transact-SQL compilation error or warning.

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

Sintaxis

'Declaración
Public Structure TSqlCompilationError
'Uso
Dim instance As TSqlCompilationError
public struct TSqlCompilationError
public value class TSqlCompilationError
[<SealedAttribute>]
type TSqlCompilationError =  struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.

El tipo TSqlCompilationError expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública End Gets the end location of the error in the source file.
Propiedad pública FileName Gets the name of the source file in which the error occurred.
Propiedad pública IsWarning Gets a value that specifies whether the error is an exception, or if it is just a warning.
Propiedad pública Message Gets the error message from the exception.
Propiedad pública Start Gets the start location of the error in the source file.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de ValueType.)

Arriba

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.