다음을 통해 공유


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