DataRuleError - конструктор
Пространство имен: Microsoft.Data.Schema.StaticCodeAnalysis
Сборка: Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String, _
document As String, _
line As Integer, _
column As Integer, _
severity As ErrorSeverity, _
fullRuleId As String _
)
public DataRuleError(
string message,
string document,
int line,
int column,
ErrorSeverity severity,
string fullRuleId
)
public:
DataRuleError(
String^ message,
String^ document,
int line,
int column,
ErrorSeverity severity,
String^ fullRuleId
)
new :
message:string *
document:string *
line:int *
column:int *
severity:ErrorSeverity *
fullRuleId:string -> DataRuleError
public function DataRuleError(
message : String,
document : String,
line : int,
column : int,
severity : ErrorSeverity,
fullRuleId : String
)
Параметры
- message
Тип: System.String
- document
Тип: System.String
- line
Тип: System.Int32
- column
Тип: System.Int32
- severity
Тип: Microsoft.Data.Schema.ErrorSeverity
- fullRuleId
Тип: System.String
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.Data.Schema.StaticCodeAnalysis - пространство имен