IDataReaderFieldProperties.GetPropertyCount 메서드
Returns the number of properties for a specified field.
네임스페이스: 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
The index of the field.
반환 값
유형: System.Int32
The property count for the specified field.