Поделиться через


SqlScriptDomGeneratorConstructor.KeepBodyScriptFormat - свойство

Получает или задает значение, указывающее, следует ли сохранять форматирование в теле скрипта.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

SqlScriptDomGeneratorConstructor Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен