DataRuleProperties.RuleScope (Propiedad)

Obtiene el ámbito de datos para la regla de datos.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleScope
Miembro de la enumeración DataRuleScope.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProperties Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)

DataRule

DataRuleScope