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 네임스페이스