CubeGroupingSpecification.Arguments Property
Gets a list of sub-specifications.
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)
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>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.