Structure TSqlCompilationError
The TSqlCompilationError class contains information on a Transact-SQL compilation error or warning.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public Structure TSqlCompilationError
'Utilisation
Dim instance As TSqlCompilationError
public struct TSqlCompilationError
public value class TSqlCompilationError
[<SealedAttribute>]
type TSqlCompilationError = struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.
Le type TSqlCompilationError expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
End | Gets the end location of the error in the source file. |
![]() |
FileName | Gets the name of the source file in which the error occurred. |
![]() |
IsWarning | Gets a value that specifies whether the error is an exception, or if it is just a warning. |
![]() |
Message | Gets the error message from the exception. |
![]() |
Start | Gets the start location of the error in the source file. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de ValueType.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de ValueType.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de ValueType.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)