Compartir a través de


SqlScriptDomGeneratorConstructor.KeepBodyScriptFormat (Propiedad)

Obtiene o establece un valor que indica si se va a conservar el formato en los cuerpos de script.

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

Sintaxis

'Declaración
Public Property KeepBodyScriptFormat As Boolean
    Get
    Set
public bool KeepBodyScriptFormat { get; set; }
public:
property bool KeepBodyScriptFormat {
    bool get ();
    void set (bool value);
}
member KeepBodyScriptFormat : bool with get, set
function get KeepBodyScriptFormat () : boolean
function set KeepBodyScriptFormat (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptDomGeneratorConstructor Clase

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