Condividi tramite


Proprietà DataRuleProblem.Rule

Ottiene o imposta la regola che è stata utilizzata per rilevare il problema corrente.

Spazio dei nomi:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.StaticCodeAnalysis.DataRule

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleProblem Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis