Свойство SqlScriptGeneratorOptions.NewLineBeforeOffsetClause

Gets or sets a value that indicates whether a newline exists before the OFFSET clause.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property NewLineBeforeOffsetClause As Boolean 
    Get 
    Set
'Применение
Dim instance As SqlScriptGeneratorOptions 
Dim value As Boolean 

value = instance.NewLineBeforeOffsetClause

instance.NewLineBeforeOffsetClause = value
public bool NewLineBeforeOffsetClause { get; set; }
public:
property bool NewLineBeforeOffsetClause {
    bool get ();
    void set (bool value);
}
member NewLineBeforeOffsetClause : bool with get, set
function get NewLineBeforeOffsetClause () : boolean 
function set NewLineBeforeOffsetClause (value : boolean)

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

Тип: System.Boolean
True if a newline exists before the OFFSET clause; otherwise, false.

См. также

Справочник

SqlScriptGeneratorOptions Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom