Partager via


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

Voir aussi

Référence

DataRuleAttribute Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms

DataRuleScope