GetPropertyCount メソッド
指定したフィールドのプロパティの数を返します。
名前空間: Microsoft.ReportingServices.DataProcessing
アセンブリ: Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.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
指定したフィールドのプロパティ カウントです。