Dela via


SqlElementSource.ScriptDom Property

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
'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;
}
public override function get ScriptDom () : IScriptFragment

Property Value

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

.NET Framework Security

See Also

Reference

SqlElementSource Class

SqlElementSource Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace