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
- message
Tipo: System.String
- document
Tipo: System.String
- line
Tipo: System.Int32
- column
Tipo: System.Int32
- errorCode
Tipo: System.Int32
- severity
Tipo: Microsoft.Data.Schema.ErrorSeverity
- currentStep
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
- error
Tipo: System.Data.SqlClient.SqlError
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SqlDeploymentExecutionError Classe