DataRuleAttribute.Namespace (Propiedad)

Obtiene o establece el espacio de nombres para la regla.

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

Sintaxis

'Declaración
Public Property Namespace As String
    Get
    Private Set
public string Namespace { get; private set; }
public:
property String^ Namespace {
    String^ get ();
    private: void set (String^ value);
}
member Namespace : string with get, private set
function get Namespace () : String
private function set Namespace (value : String)

Valor de propiedad

Tipo: System.String
Un valor de tipo string que contiene el espacio de nombres para la regla tal como lo establece el constructor del atributo.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleAttribute Clase

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

DataRuleAttribute