SqlDeploymentExecutionError Constructor (String, String, Int32, Int32, Int32, ErrorSeverity, DeploymentStep, SqlError)
Initializes a new instance of the SqlDeploymentExecutionError 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, _
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
)
Parameters
- message
Type: System.String
- document
Type: System.String
- line
Type: System.Int32
- column
Type: System.Int32
- errorCode
Type: System.Int32
- severity
Type: Microsoft.Data.Schema.ErrorSeverity
- currentStep
Type: Microsoft.Data.Schema.Build.DeploymentStep
- error
Type: System.Data.SqlClient.SqlError
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlDeploymentExecutionError Class