Share via


RelationshipEntrySource.ScriptDom Property

Gets the Script DOM that caused this relationship to be formed.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ScriptDom As IScriptFragment
'Usage
Dim instance As RelationshipEntrySource 
Dim value As IScriptFragment 

value = instance.ScriptDom
public abstract IScriptFragment ScriptDom { get; }
public:
virtual property IScriptFragment^ ScriptDom {
    IScriptFragment^ get () abstract;
}
public abstract function get ScriptDom () : IScriptFragment

Property Value

Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment

.NET Framework Security

See Also

Reference

RelationshipEntrySource Class

RelationshipEntrySource Members

Microsoft.Data.Schema.SchemaModel Namespace