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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.