Partager via


Méthode IDataReaderFieldProperties.GetPropertyCount

Returns the number of properties for a specified field.

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Function GetPropertyCount ( _
    fieldIndex As Integer _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

IDataReaderFieldProperties Interface

Espace de noms Microsoft.ReportingServices.DataProcessing