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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。