TSqlCompilationError 結構
The TSqlCompilationError class contains information on a Transact-SQL compilation error or warning.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
Public Structure TSqlCompilationError
'用途
Dim instance As TSqlCompilationError
public struct TSqlCompilationError
public value class TSqlCompilationError
[<SealedAttribute>]
type TSqlCompilationError = struct end
JScript 支援結構的使用,但不支援結構的宣告。
TSqlCompilationError 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
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. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Equals | (繼承自 ValueType。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 ValueType。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 ValueType。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)