Condividi tramite


Proprietà DataRuleAttribute.RuleScope

Ottiene o imposta l'ambito della regola associata.

Spazio dei nomi:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleScope
Membro dell'enumerazione DataRuleScope.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis

DataRuleScope