Condividi tramite


Proprietà DataRuleExecutionContext.ModelElement

Ottiene l'elemento del modello analizzato.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Oggetto IModelElement.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleExecutionContext Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis

DataRule