DataSet.GetFieldByName(String) メソッド

定義

指定された名前を使ってフィールドを取得します。

public:
 Microsoft::ReportingServices::RdlObjectModel::Field ^ GetFieldByName(System::String ^ name);
public Microsoft.ReportingServices.RdlObjectModel.Field GetFieldByName(string name);
member this.GetFieldByName : string -> Microsoft.ReportingServices.RdlObjectModel.Field
Public Function GetFieldByName (name As String) As Field

パラメーター

name
String

フィールド名を指定します。

返品

Field オブジェクト。

適用対象