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
Public property Errors Gets the collection of errors raised by the Transact-SQL compilation.
Public property Server Gets the server associated with the Transact-SQL compilation result.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.