Compartir a través de


DataRuleProperties.Category (Propiedad)

Obtiene la categoría para los datos de la regla.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Un valor de tipo string que contiene la categoría para la regla de datos.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProperties Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)

DataRule