DacCompilationError Class
The CompilationError class represents an error generated when the DAC package is being compiled.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Dac.DacCompilationError
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Class DacCompilationError
'Usage
Dim instance As DacCompilationError
public class DacCompilationError
public ref class DacCompilationError
type DacCompilationError = class end
public class DacCompilationError
The DacCompilationError type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsWarning | Gets the Boolean value that specifies whether the compilation error is a warning or not. | |
Message | Gets the message associated with the compilation error. | |
SourceInfo | Gets information about the source of the compilation error. |
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.