Interface IDataReaderFieldProperties
Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
Espace de noms : Microsoft.ReportingServices.DataProcessing
Assemblys : Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
Public Interface IDataReaderFieldProperties
'Utilisation
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties = interface end
public interface IDataReaderFieldProperties
Le type IDataReaderFieldProperties expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
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. |
Haut de la page
Notes
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.