QuerySpecification.HavingClause Property
Gets or sets a HAVING clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property HavingClause As HavingClause
Get
Set
'Usage
Dim instance As QuerySpecification
Dim value As HavingClause
value = instance.HavingClause
instance.HavingClause = value
public HavingClause HavingClause { get; set; }
public:
property HavingClause^ HavingClause {
HavingClause^ get ();
void set (HavingClause^ value);
}
member HavingClause : HavingClause with get, set
function get HavingClause () : HavingClause
function set HavingClause (value : HavingClause)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.HavingClause
The HAVING clause.