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

参数

返回值

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

请参阅

参考

IDataReaderFieldProperties 接口

Microsoft.ReportingServices.DataProcessing 命名空间