次の方法で共有


IDataReaderFieldProperties.GetPropertyCount メソッド

指定したフィールドのプロパティの数を返します。

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

構文

'宣言
Function GetPropertyCount ( _
    fieldIndex As Integer _
) As Integer
'使用
Dim instance As IDataReaderFieldProperties 
Dim fieldIndex As Integer 
Dim returnValue As Integer 

returnValue = instance.GetPropertyCount(fieldIndex)
int GetPropertyCount(
    int fieldIndex
)
int GetPropertyCount(
    int fieldIndex
)
abstract GetPropertyCount : 
        fieldIndex:int -> int
function GetPropertyCount(
    fieldIndex : int
) : int

パラメーター

  • fieldIndex
    型: System.Int32
    フィールドのインデックスです。

戻り値

型: System.Int32
指定したフィールドのプロパティ カウントです。

関連項目

参照

IDataReaderFieldProperties インターフェイス

Microsoft.ReportingServices.DataProcessing 名前空間