SqlScriptGeneratorOptions.NewLineBeforeHavingClause, propriété
Obtient ou définit une valeur booléenne indiquant si une nouvelle ligne doit se trouver avant la clause HAVING dans une instruction SELECT.
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 NewLineBeforeHavingClause As Boolean
Get
Set
public bool NewLineBeforeHavingClause { get; set; }
public:
property bool NewLineBeforeHavingClause {
bool get ();
void set (bool value);
}
member NewLineBeforeHavingClause : bool with get, set
function get NewLineBeforeHavingClause () : boolean
function set NewLineBeforeHavingClause (value : boolean)
Valeur de propriété
Type : System.Boolean
Retourne True si une nouvelle ligne doit se trouver avant la clause HAVING dans une instruction SELECT ; sinon, False.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.