TSqlCompilationResult Class
The TSqlCompilationResult class defines methods and properties that contain information about the result of a Transact-SQL compilation.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Dac.TSqlCompilationResult
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Class TSqlCompilationResult
'Usage
Dim instance As TSqlCompilationResult
public class TSqlCompilationResult
public ref class TSqlCompilationResult
type TSqlCompilationResult = class end
public class TSqlCompilationResult
The TSqlCompilationResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Errors | Gets the collection of errors raised by the Transact-SQL compilation. | |
Server | Gets the server associated with the Transact-SQL compilation result. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.