SqlDeploymentExecutionError 构造函数 (String, Int32, ErrorSeverity, DeploymentStep, SqlError)

初始化 SqlDeploymentExecutionError 类的新实例。

命名空间:  Microsoft.Data.Schema.Sql.Build
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    errorCode As Integer, _
    severity As ErrorSeverity, _
    currentStep As DeploymentStep, _
    error As SqlError _
)
public SqlDeploymentExecutionError(
    string message,
    int errorCode,
    ErrorSeverity severity,
    DeploymentStep currentStep,
    SqlError error
)
public:
SqlDeploymentExecutionError(
    String^ message, 
    int errorCode, 
    ErrorSeverity severity, 
    DeploymentStep^ currentStep, 
    SqlError^ error
)
new : 
        message:string * 
        errorCode:int * 
        severity:ErrorSeverity * 
        currentStep:DeploymentStep * 
        error:SqlError -> SqlDeploymentExecutionError
public function SqlDeploymentExecutionError(
    message : String, 
    errorCode : int, 
    severity : ErrorSeverity, 
    currentStep : DeploymentStep, 
    error : SqlError
)

参数

.NET Framework 安全性

请参见

参考

SqlDeploymentExecutionError 类

SqlDeploymentExecutionError 重载

Microsoft.Data.Schema.Sql.Build 命名空间