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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.