DacModelError Class

Definition

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

Applies to