Интерфейс IDataReaderFieldProperties
Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
Пространство имен: Microsoft.ReportingServices.DataProcessing
Сборки: Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Синтаксис
'Декларация
Public Interface IDataReaderFieldProperties
'Применение
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties = interface end
public interface IDataReaderFieldProperties
Тип IDataReaderFieldProperties обеспечивает доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
GetPropertyCount | Returns the number of properties for a specified field. | |
GetPropertyName | Returns the name of a specified property for a specified field. | |
GetPropertyValue | Returns the name of a specified property for a specified field. |
В начало
Замечания
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.