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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.