ElementSource.ScriptDom Property

Gets the Script DOM representation of the element.

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

Syntax

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

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

Property Value

Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment
Returns a IScriptFragment.

.NET Framework Security

See Also

Reference

ElementSource Class

ElementSource Members

Microsoft.Data.Schema.SchemaModel Namespace