Construtor SqlDeploymentExecutionError (String, String, Int32, Int32, Int32, ErrorSeverity, DeploymentStep, SqlError)

Inicializa uma nova instância da classe SqlDeploymentExecutionError.

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, _
    document As String, _
    line As Integer, _
    column As Integer, _
    errorCode As Integer, _
    severity As ErrorSeverity, _
    currentStep As DeploymentStep, _
    error As SqlError _
)
public SqlDeploymentExecutionError(
    string message,
    string document,
    int line,
    int column,
    int errorCode,
    ErrorSeverity severity,
    DeploymentStep currentStep,
    SqlError error
)
public:
SqlDeploymentExecutionError(
    String^ message, 
    String^ document, 
    int line, 
    int column, 
    int errorCode, 
    ErrorSeverity severity, 
    DeploymentStep^ currentStep, 
    SqlError^ error
)
new : 
        message:string * 
        document:string * 
        line:int * 
        column:int * 
        errorCode:int * 
        severity:ErrorSeverity * 
        currentStep:DeploymentStep * 
        error:SqlError -> SqlDeploymentExecutionError
public function SqlDeploymentExecutionError(
    message : String, 
    document : String, 
    line : int, 
    column : int, 
    errorCode : int, 
    severity : ErrorSeverity, 
    currentStep : DeploymentStep, 
    error : SqlError
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

SqlDeploymentExecutionError Classe

Sobrecargas SqlDeploymentExecutionError

Namespace Microsoft.Data.Schema.Sql.Build