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
- fieldIndex
Tipo: System.Int32
The index of the field.
Valor devuelto
Tipo: System.Int32
The property count for the specified field.
Vea también
Referencia
IDataReaderFieldProperties Interfaz
Espacio de nombres Microsoft.ReportingServices.DataProcessing