Condividi tramite


Interfaccia IDataReaderFieldProperties

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

Spazio dei nomi  Microsoft.ReportingServices.DataProcessing
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public Interface IDataReaderFieldProperties
'Utilizzo
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties =  interface end
public interface IDataReaderFieldProperties

Nel tipo IDataReaderFieldProperties sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico GetPropertyCount Returns the number of properties for a specified field.
Metodo pubblico GetPropertyName Returns the name of a specified property for a specified field.
Metodo pubblico GetPropertyValue Returns the name of a specified property for a specified field.

In alto

Osservazioni

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