Share via


DataRuleProperties.RuleScope Property

Gets the data scope for the data rule.

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

Syntax

'Declaration
Public Property RuleScope As DataRuleScope
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)

Property Value

Type: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleScope
A member of the DataRuleScope enumeration.

.NET Framework Security

See Also

Reference

DataRuleProperties Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule

DataRuleScope