Partager via


DataRuleProperties.DisplayName, propriété

Obtient le nom complet de la règle de données.

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

Syntaxe

'Déclaration
Public Property DisplayName As String
    Get
    Private Set
public string DisplayName { get; private set; }
public:
property String^ DisplayName {
    String^ get ();
    private: void set (String^ value);
}
member DisplayName : string with get, private set
function get DisplayName () : String
private function set DisplayName (value : String)

Valeur de propriété

Type : System.String
string contenant le nom complet de la règle de données.

Sécurité .NET Framework

Voir aussi

Référence

DataRuleProperties Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms

DataRule