Estrutura TSqlCompilationError
The TSqlCompilationError class contains information on a Transact-SQL compilation error or warning.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Structure TSqlCompilationError
'Uso
Dim instance As TSqlCompilationError
public struct TSqlCompilationError
public value class TSqlCompilationError
[<SealedAttribute>]
type TSqlCompilationError = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo TSqlCompilationError expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
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. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de ValueType.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de ValueType.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de ValueType.) |
Início
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.
.gif)
.gif)
.gif)