Metodo GetPropertyCount
Returns the number of properties for a specified field.
Spazio dei nomi Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Function GetPropertyCount ( _
fieldIndex As Integer _
) As Integer
'Utilizzo
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
Parametri
- fieldIndex
Tipo: System. . :: . .Int32
The index of the field.
Valore restituito
Tipo: System. . :: . .Int32
The property count for the specified field.
Vedere anche