DacCompilationResult Class
The DacCompilationResult class represents the DAC package and the collection of errors generated by compiling it.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DacCompilationResult
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'宣告
Public Class DacCompilationResult
'用途
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 | |
---|---|---|
DacType | Gets the DAC instance that generated DAC compilation result. | |
Errors | Gets the collection of errors generated by the compilation of the DAC instance. |
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
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.