Share via


SqlScriptDomGenerator.KeepBodyScriptFormat Property

Gets whether to keep the body script format.

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

Syntax

'Declaration
Protected Friend ReadOnly Property KeepBodyScriptFormat As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.KeepBodyScriptFormat
protected internal bool KeepBodyScriptFormat { get; }
protected public:
property bool KeepBodyScriptFormat {
    bool get ();
}
function get KeepBodyScriptFormat () : boolean
member KeepBodyScriptFormat : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlScriptDomGenerator Class

SqlScriptDomGenerator Members

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