DataRuleProblem.Rule (Propiedad)

Obtiene o establece la regla empleada para detectar el problema actual.

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

Sintaxis

'Declaración
Public Property Rule As DataRule
    Get
    Private Set
public DataRule Rule { get; private set; }
public:
property DataRule^ Rule {
    DataRule^ get ();
    private: void set (DataRule^ value);
}
member Rule : DataRule with get, private set
function get Rule () : DataRule
private function set Rule (value : DataRule)

Valor de propiedad

Tipo: Microsoft.Data.Schema.StaticCodeAnalysis.DataRule

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProblem Clase

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