Metodo DataSet.GetFieldDefaultAggregateExpressions
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the default aggregate expressions of the field.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Function GetFieldDefaultAggregateExpressions As IEnumerable(Of String)
'Utilizzo
Dim instance As DataSet
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetFieldDefaultAggregateExpressions()
public IEnumerable<string> GetFieldDefaultAggregateExpressions()
public:
IEnumerable<String^>^ GetFieldDefaultAggregateExpressions()
member GetFieldDefaultAggregateExpressions : unit -> IEnumerable<string>
public function GetFieldDefaultAggregateExpressions() : IEnumerable<String>
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> object.