DataRuleExecutionContext.ModelElement Property

Gets the model element that is analyzed.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ModelElement As IModelElement
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)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement
An IModelElement object.

.NET Framework Security

See Also

Reference

DataRuleExecutionContext Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule