Partager via


SqlScriptGeneratorOptions.IndentViewBody, propriété

Obtient ou définit une valeur booléenne indiquant si le corps de l'instruction VIEW doit être mis en retrait.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property IndentViewBody As Boolean
    Get
    Set
public bool IndentViewBody { get; set; }
public:
property bool IndentViewBody {
    bool get ();
    void set (bool value);
}
member IndentViewBody : bool with get, set
function get IndentViewBody () : boolean
function set IndentViewBody (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne True si le corps de l'instruction VIEW doit être mis en retrait ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptGeneratorOptions Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms