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