Partager via


DataRuleProperties.FullId, propriété

Obtient l'identificateur complet 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 FullId As String
    Get
    Private Set
public string FullId { get; private set; }
public:
property String^ FullId {
    String^ get ();
    private: void set (String^ value);
}
member FullId : string with get, private set
function get FullId () : String
private function set FullId (value : String)

Valeur de propriété

Type : System.String
string contenant l'identificateur complet 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