Dela via


SqlDropDataLossError Constructor

Initializes a new instance of the SqlDropDataLossError class.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    errorCode As Integer, _
    severity As ErrorSeverity, _
    table As ISqlTable, _
    targetColumn As ISqlColumn _
)
public SqlDropDataLossError(
    string message,
    int errorCode,
    ErrorSeverity severity,
    ISqlTable table,
    ISqlColumn targetColumn
)
public:
SqlDropDataLossError(
    String^ message, 
    int errorCode, 
    ErrorSeverity severity, 
    ISqlTable^ table, 
    ISqlColumn^ targetColumn
)
new : 
        message:string * 
        errorCode:int * 
        severity:ErrorSeverity * 
        table:ISqlTable * 
        targetColumn:ISqlColumn -> SqlDropDataLossError
public function SqlDropDataLossError(
    message : String, 
    errorCode : int, 
    severity : ErrorSeverity, 
    table : ISqlTable, 
    targetColumn : ISqlColumn
)

Parameters

  • errorCode
    Type: System.Int32
    The error code of the warning.

.NET Framework Security

See Also

Reference

SqlDropDataLossError Class

Microsoft.Data.Schema.Sql.Build Namespace