DataRuleAttribute.RuleScope-Eigenschaft

Ruft den Bereich für die zugeordnete Regel ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleScope
Ein Member aus der DataRuleScope-Enumeration.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRuleAttribute Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace

DataRuleScope