Метод DataSet.GetFieldByName
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the field by using the specified name.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function GetFieldByName ( _
name As String _
) As Field
'Применение
Dim instance As DataSet
Dim name As String
Dim returnValue As Field
returnValue = instance.GetFieldByName(name)
public Field GetFieldByName(
string name
)
public:
Field^ GetFieldByName(
String^ name
)
member GetFieldByName :
name:string -> Field
public function GetFieldByName(
name : String
) : Field
Параметры
- name
Тип: System.String
The name of the field.
Возвращаемое значение
Тип: Microsoft.ReportingServices.RdlObjectModel.Field
A Field object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel