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
)

参数

.NET Framework 安全性

请参见

参考

DataRuleError 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间