Gets or sets a HAVING clause.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property HavingClause As HavingClause
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.HavingClause
The HAVING clause.