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 命名空間