Partilhar via


Propriedade DataRuleProblemSuppressionContext.Rule

Obtém ou define a regra que detectou o problema.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.StaticCodeAnalysis.DataRule

Segurança do .NET Framework

Consulte também

Referência

DataRuleProblemSuppressionContext Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis