共用方式為


DataRuleAttribute.RuleScope 屬性

取得或設定相關聯之規則的範圍。

命名空間:  Microsoft.Data.Schema.StaticCodeAnalysis
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Property RuleScope As DataRuleScope
    Get
    Set
public DataRuleScope RuleScope { get; set; }
public:
property DataRuleScope RuleScope {
    DataRuleScope get ();
    void set (DataRuleScope value);
}
member RuleScope : DataRuleScope with get, set
function get RuleScope () : DataRuleScope
function set RuleScope (value : DataRuleScope)

屬性值

型別:Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleScope
DataRuleScope 列舉的成員。

.NET Framework 安全性

請參閱

參考

DataRuleAttribute 類別

Microsoft.Data.Schema.StaticCodeAnalysis 命名空間

DataRuleScope