Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of included grouping sets.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Sets As IList(Of GroupingSpecification)
Get
'Usage
Dim instance As GroupingSetsGroupingSpecification
Dim value As IList(Of GroupingSpecification)
value = instance.Sets
public IList<GroupingSpecification> Sets { get; }
public:
property IList<GroupingSpecification^>^ Sets {
IList<GroupingSpecification^>^ get ();
}
member Sets : IList<GroupingSpecification>
function get Sets () : IList<GroupingSpecification>
Property Value
Type: System.Collections.Generic.IList<GroupingSpecification>
A list of included grouping sets.