Share via


SqlScriptProperty.ScriptDom Property

Gets the script Document Object Model (DOM) representation of the element.

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

Syntax

'Declaration
Public ReadOnly Property ScriptDom As TSqlFragment
public TSqlFragment ScriptDom { get; }
public:
property TSqlFragment^ ScriptDom {
    TSqlFragment^ get ();
}
member ScriptDom : TSqlFragment
function get ScriptDom () : TSqlFragment

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

.NET Framework Security

See Also

Reference

SqlScriptProperty Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace