Partager via


DataRuleProperties.Category, propriété

Obtient la catégorie 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 Category As String
    Get
    Private Set
public string Category { get; private set; }
public:
property String^ Category {
    String^ get ();
    private: void set (String^ value);
}
member Category : string with get, private set
function get Category () : String
private function set Category (value : String)

Valeur de propriété

Type : System.String
string contenant la catégorie 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