Compartilhar via


Propriedade SqlScriptGeneratorOptions.IndentSetClause

Obtém ou define um valor booleano indicando se a cláusula SET para uma instrução de atualização deve ser recuada.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property IndentSetClause As Boolean
    Get
    Set
public bool IndentSetClause { get; set; }
public:
property bool IndentSetClause {
    bool get ();
    void set (bool value);
}
member IndentSetClause : bool with get, set
function get IndentSetClause () : boolean
function set IndentSetClause (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se a cláusula SET para uma instrução de atualização deve ser recuado, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorOptions Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql