Compartir a través de


IDataReaderFieldProperties.GetPropertyCount Método

Returns the number of properties for a specified field.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

Vea también

Referencia

IDataReaderFieldProperties Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing