Initializes a new instance of the
Aggregate class, assigning the name, expression, data binding, scope and function of the aggregate.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As C1DataBinding, _
ByVal As RunningEnum, _
ByVal As AggregateFuncEnum _
)
'使用法
Dim name As System.String
Dim expressionText As System.String
Dim dataBinding As C1DataBinding
Dim running As RunningEnum
Dim func As AggregateFuncEnum
Dim instance As New Aggregate(name, expressionText, dataBinding, running, func)
public Aggregate(
System.string ,
System.string ,
C1DataBinding ,
RunningEnum ,
AggregateFuncEnum
)
パラメータ
- name
- A string assigned to the C1.C1Preview.NamedCollectionItem.Name property of this aggregate.
- expressionText
- A string assigned to the Aggregate.ExpressionText property of this aggregate.
- dataBinding
- C1DataBinding assigned to the Aggregate.DataBinding property of this aggregate.
- running
- A value assigned to the Aggregate.Running property of this aggregate.
- func
- A value assigned to the Aggregate.Func property of this aggregate.
参照