QuerySpecification.HavingClause (Propiedad)

Obtiene o establece una cláusula HAVING.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property HavingClause As HavingClause
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.HavingClause

Comentarios

Opcional, puede ser NULL.

Seguridad de .NET Framework

Vea también

Referencia

QuerySpecification Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)