Compartir a través de


GetPropertyCount Método

Returns the number of properties for a specified field.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblado:  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
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 devuelto

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