共用方式為


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