TSqlCompilationError Structure
The TSqlCompilationError class contains information on a Transact-SQL compilation error or warning.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Structure TSqlCompilationError
'Usage
Dim instance As TSqlCompilationError
public struct TSqlCompilationError
public value class TSqlCompilationError
[<SealedAttribute>]
type TSqlCompilationError = struct end
JScript suports the use of structures, but not the declaration of new ones.
The TSqlCompilationError type exposes the following members.
Properties
Name | 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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.