Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether the view statement body is indented.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property IndentViewBody As Boolean
Get
Set
'Utilisation
Dim instance As SqlScriptGeneratorOptions
Dim value As Boolean
value = instance.IndentViewBody
instance.IndentViewBody = value
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
True if the view statement body is indented; otherwise, false.