Partager via


DataRuleProblem.Description, propriété

Obtient ou définit la description du problème actuel.

Espace de noms :  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

DataRuleProblem Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms