Partager via


DataRuleProperties.RuleScope, propriété

Obtient la portée des données de la règle de données.

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
    Private Set
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)

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

DataRuleProperties Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms

DataRule

DataRuleScope