InterpretationError.RelatedToElement Property

Gets or sets the related element.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property RelatedToElement As IModelElement
    Get
    Set
'Usage
Dim instance As InterpretationError
Dim value As IModelElement

value = instance.RelatedToElement

instance.RelatedToElement = value
public IModelElement RelatedToElement { get; set; }
public:
property IModelElement^ RelatedToElement {
    IModelElement^ get ();
    void set (IModelElement^ value);
}
function get RelatedToElement () : IModelElement
function set RelatedToElement (value : IModelElement)
member RelatedToElement : IModelElement with get, set

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework Security

See Also

Reference

InterpretationError Class

InterpretationError Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace