Sdílet prostřednictvím


CubeGroupingSpecification.Arguments – vlastnost

Získá seznam sub-specifications.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<GroupingSpecification>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CubeGroupingSpecification Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů