Condividi tramite


Proprietà DataRuleAttribute.Id

Ottiene o imposta l'identificatore della regola.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Oggetto string che contiene l'identificatore della regola come impostato nel costruttore dell'attributo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis

DataRuleAttribute