Freigeben über


IDataReaderFieldProperties-Schnittstelle

Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Interface IDataReaderFieldProperties
'Usage
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties =  interface end
public interface IDataReaderFieldProperties

Der IDataReaderFieldProperties-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetPropertyCount Returns the number of properties for a specified field.
Öffentliche Methode GetPropertyName Returns the name of a specified property for a specified field.
Öffentliche Methode GetPropertyValue Returns the name of a specified property for a specified field.

Zum Anfang

Hinweise

This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.