Share via


SqlScriptDomGenerator.KeepBodyScriptFormat Property

Gets a value that indicates whether to preserve the format of the body script.

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

Syntax

'Declaration
Protected Friend ReadOnly Property KeepBodyScriptFormat As Boolean
protected internal bool KeepBodyScriptFormat { get; }
protected public:
property bool KeepBodyScriptFormat {
    bool get ();
}
member KeepBodyScriptFormat : bool
function get KeepBodyScriptFormat () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlScriptDomGenerator Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace