Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
---|---|---|
![]() |
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. |
Zum Anfang
Hinweise
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.