Aracılığıyla paylaş


RollupGroupingSpecification.Arguments Özellik

Subspecifications bir listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<GroupingSpecification>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

RollupGroupingSpecification Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı