共用方式為


GetPropertyCount 方法

Returns the number of properties for a specified field.

命名空間:  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

參數

傳回值

型別:System. . :: . .Int32
The property count for the specified field.