Partager via


DataRuleProperties.Id, propriété

Obtient l'identificateur unique de la règle de données.

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

Syntaxe

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

Valeur de propriété

Type : System.String
string contenant l'ID unique de la règle de données.

Sécurité .NET Framework

Voir aussi

Référence

DataRuleProperties Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms

DataRule