QueryManager.GetUpdatedFields(IList<Field>, Boolean) メソッド

定義

public:
 System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ GetUpdatedFields(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ existingFields, [Runtime::InteropServices::Out] bool % hasDuplicateFields);
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> GetUpdatedFields (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> existingFields, out bool hasDuplicateFields);
member this.GetUpdatedFields : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> * bool -> System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field>
Public Function GetUpdatedFields (existingFields As IList(Of Field), ByRef hasDuplicateFields As Boolean) As IList(Of Field)

パラメーター

existingFields
IList<Field>
hasDuplicateFields
Boolean

戻り値

適用対象