DataRuleAttribute.RuleScope, propriété
Obtient ou définit la portée de la règle associée.
Espace de noms : Microsoft.Data.Schema.StaticCodeAnalysis
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleScope
Membre de l'énumération DataRuleScope.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.