다음을 통해 공유


GetPropertyCount 메서드

Returns the number of properties for a specified field.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:  Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces

구문

‘선언
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.