Compartilhar via


Construtor SqlDropDataLossError

Inicializa uma nova instância da classe SqlDropDataLossError.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • errorCode
    Tipo: System.Int32
    O código de erro do aviso de advertência.

Segurança do .NET Framework

Consulte também

Referência

SqlDropDataLossError Classe

Namespace Microsoft.Data.Schema.Sql.Build