Compartilhar via


Propriedade do RDL GroupByClause.All

Gets or sets a value that indicates whether the ALL keyword is used.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property All As Boolean 
    Get 
    Set
'Uso
Dim instance As GroupByClause 
Dim value As Boolean 

value = instance.All

instance.All = value
public bool All { get; set; }
public:
property bool All {
    bool get ();
    void set (bool value);
}
member All : bool with get, set
function get All () : boolean 
function set All (value : boolean)

Valor da propriedade

Tipo: System.Boolean
True if ALL keyword is used; otherwise, false.

Consulte também

Referência

GroupByClause Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom