Метод DataSet.GetFieldNames
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the field names of the dataset.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function GetFieldNames As IEnumerable(Of String)
'Применение
Dim instance As DataSet
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetFieldNames()
public IEnumerable<string> GetFieldNames()
public:
IEnumerable<String^>^ GetFieldNames()
member GetFieldNames : unit -> IEnumerable<string>
public function GetFieldNames() : IEnumerable<String>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel