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