Interface IDataReaderFieldProperties
Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
Public Interface IDataReaderFieldProperties
'Uso
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties = interface end
public interface IDataReaderFieldProperties
O tipo IDataReaderFieldProperties expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
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. |
Início
Comentários
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.