Partager via


DataRuleAttribute.Namespace, propriété

Obtient ou définit l'espace de noms de la règle.

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

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
string contenant l'espace de noms de la règle, tel que défini dans le constructeur de l'attribut.

Sécurité .NET Framework

Voir aussi

Référence

DataRuleAttribute Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms

DataRuleAttribute