Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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;
}
public abstract function get 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.