Метод 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.