Condividi tramite


Proprietà DataRuleAttribute.Namespace

Ottiene o imposta lo spazio dei nomi per la regola.

Spazio dei nomi:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Oggetto string che contiene lo spazio dei nomi per la regola come impostato nel costruttore dell'attributo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis

DataRuleAttribute