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 | 指定したフィールドの指定したプロパティの名前を返します。 |
先頭に戻る