IDataReaderFieldProperties 인터페이스
Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
구문
‘선언
Public Interface IDataReaderFieldProperties
‘사용 방법
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties = interface end
public interface IDataReaderFieldProperties
주의
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.