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
- 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.