QuerySpecification.HavingClause 属性

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.

请参阅

参考

QuerySpecification 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间