DataRuleSetting 构造函数 (DataRule, Boolean, DataRuleProblemSeverity)

命名空间:  Microsoft.Data.Schema.StaticCodeAnalysis
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Sub New ( _
    rule As DataRule, _
    enabled As Boolean, _
    severity As DataRuleProblemSeverity _
)
public DataRuleSetting(
    DataRule rule,
    bool enabled,
    DataRuleProblemSeverity severity
)
public:
DataRuleSetting(
    DataRule^ rule, 
    bool enabled, 
    DataRuleProblemSeverity severity
)
new : 
        rule:DataRule * 
        enabled:bool * 
        severity:DataRuleProblemSeverity -> DataRuleSetting
public function DataRuleSetting(
    rule : DataRule, 
    enabled : boolean, 
    severity : DataRuleProblemSeverity
)

参数

.NET Framework 安全性

请参见

参考

DataRuleSetting 类

DataRuleSetting 重载

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间