DacModelError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a model blocking error.
[System.Serializable]
public class DacModelError
[<System.Serializable>]
type DacModelError = class
Public Class DacModelError
- Inheritance
-
DacModelError
- Attributes
Properties
Column |
Column Number of the error |
ErrorCode |
DacModelError error code |
ErrorType |
Type of model blocking error |
Line |
Line Number of the error |
Message |
Message from DacModelError |
Prefix |
DacModelError prefix |
Severity |
Severity of the error |
SourceName |
The TSqlObject with error. Can be null if the object creation failed completely. Could be a partially constructed object in case of partial failures in object creation. |
SourceType |
Type of the TSqlObject associated with the error |