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.