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 对象。

适用于