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.