SqlElementSource.ScriptDom Property
Override. Gets the Script DOM representation of the element.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ScriptDom As IScriptFragment
Get
'Usage
Dim instance As SqlElementSource
Dim value As IScriptFragment
value = instance.ScriptDom
public override IScriptFragment ScriptDom { get; }
public:
virtual property IScriptFragment^ ScriptDom {
IScriptFragment^ get () override;
}
override function get ScriptDom () : IScriptFragment
abstract ScriptDom : IScriptFragment
override 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.