DataRuleProperties.RuleScope-Eigenschaft

Ruft den Datenbereich für die Datenregel ab.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRuleProperties Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace

DataRule

DataRuleScope