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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.