Freigeben über


CubeGroupingSpecification.Arguments-Eigenschaft

Ruft eine Liste mit Unterspezifikationen ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CubeGroupingSpecification Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace