Partilhar via


Método IDataReaderFieldProperties.GetPropertyCount

Returns the number of properties for a specified field.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Function GetPropertyCount ( _
    fieldIndex As Integer _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Int32
The property count for the specified field.

Consulte também

Referência

IDataReaderFieldProperties Interface

Namespace Microsoft.ReportingServices.DataProcessing