GetPropertyName méthode
Returns the name of a specified property for a specified field.
Espace de noms : Microsoft.ReportingServices.DataProcessing
Assembly : Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Function GetPropertyName ( _
fieldIndex As Integer, _
propertyIndex As Integer _
) As String
'Utilisation
Dim instance As IDataReaderFieldProperties
Dim fieldIndex As Integer
Dim propertyIndex As Integer
Dim returnValue As String
returnValue = instance.GetPropertyName(fieldIndex, _
propertyIndex)
string GetPropertyName(
int fieldIndex,
int propertyIndex
)
String^ GetPropertyName(
int fieldIndex,
int propertyIndex
)
abstract GetPropertyName :
fieldIndex:int *
propertyIndex:int -> string
function GetPropertyName(
fieldIndex : int,
propertyIndex : int
) : String
Paramètres
- fieldIndex
Type : System. . :: . .Int32
The index of the field.
- propertyIndex
Type : System. . :: . .Int32
The index of the property.
Valeur de retour
Type : System. . :: . .String
A string containing the name of the specified property.