SqlDeploymentExecutionError - конструктор (String, String, Int32, Int32, 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, _
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
)
Параметры
- message
Тип: System.String
- document
Тип: System.String
- line
Тип: System.Int32
- column
Тип: System.Int32
- errorCode
Тип: System.Int32
- severity
Тип: Microsoft.Data.Schema.ErrorSeverity
- currentStep
Тип: Microsoft.Data.Schema.Build.DeploymentStep
- error
Тип: System.Data.SqlClient.SqlError
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
SqlDeploymentExecutionError Класс