Поделиться через


RollupGroupingSpecification.Arguments - свойство

Получает список вложенных спецификаций.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public ReadOnly Property Arguments As IList(Of GroupingSpecification)
    Get
public IList<GroupingSpecification> Arguments { get; }
public:
property IList<GroupingSpecification^>^ Arguments {
    IList<GroupingSpecification^>^ get ();
}
member Arguments : IList<GroupingSpecification>
function get Arguments () : IList<GroupingSpecification>

Значение свойства

Тип: System.Collections.Generic.IList<GroupingSpecification>

Безопасность платформы .NET Framework

См. также

Ссылки

RollupGroupingSpecification Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен