次の方法で共有


IDataReaderFieldProperties インターフェイス

IDataReader または IDataReaderExtension インターフェイスを使用して取得した結果セットからフィールド プロパティを読み取る手段を提供します。

名前空間:  Microsoft.ReportingServices.DataProcessing
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Public Interface IDataReaderFieldProperties
'使用
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties =  interface end
public interface IDataReaderFieldProperties

IDataReaderFieldProperties 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド GetPropertyCount 指定したフィールドのプロパティの数を返します。
パブリック メソッド GetPropertyName 指定したフィールドの指定したプロパティの名前を返します。
パブリック メソッド GetPropertyValue 指定したフィールドの指定したプロパティの名前を返します。

先頭に戻る

説明

このインターフェイスは、IDataReader または IDataReaderExtension を実装するクラスと同じクラスにより実装される必要があります。