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 grouping specification items.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Items As IList(Of GroupingSpecification)
Get
'Usage
Dim instance As CompositeGroupingSpecification
Dim value As IList(Of GroupingSpecification)
value = instance.Items
public IList<GroupingSpecification> Items { get; }
public:
property IList<GroupingSpecification^>^ Items {
IList<GroupingSpecification^>^ get ();
}
member Items : IList<GroupingSpecification>
function get Items () : IList<GroupingSpecification>
Property Value
Type: System.Collections.Generic.IList<GroupingSpecification>
The list of grouping specification items.