Compartir a través de


SqlScriptDomGenerator.KeepBodyScriptFormat (Propiedad)

Obtiene un valor que indica si se va a conservar el formato del script del cuerpo.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptDomGenerator Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)