Compartilhar via


Propriedade DataRuleProblem.Description

Obtém ou define a descrição do problema atual.

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

Sintaxe

'Declaração
Public Property Description As String
    Get
    Private Set
public string Description { get; private set; }
public:
property String^ Description {
    String^ get ();
    private: void set (String^ value);
}
member Description : string with get, private set
function get Description () : String
private function set Description (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DataRuleProblem Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis