DacCompilationResult Class

The DacCompilationResult class represents the DAC package and the collection of errors generated by compiling it.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.DacCompilationResult

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Class DacCompilationResult
'Usage
Dim instance As DacCompilationResult
public class DacCompilationResult
public ref class DacCompilationResult
type DacCompilationResult =  class end
public class DacCompilationResult

The DacCompilationResult type exposes the following members.

Properties

  Name Description
Public property DacType Gets the DAC instance that generated DAC compilation result.
Public property Errors Gets the collection of errors generated by the compilation of the DAC instance.

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

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

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.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace