Udostępnij przez


Metoda IDataReaderFieldProperties.GetPropertyName

Zwraca nazwę określonej właściwość dla określonego pole.

Przestrzeń nazw:  Microsoft.ReportingServices.DataProcessing
Zestawy:   Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
Function GetPropertyName ( _
    fieldIndex As Integer, _
    propertyIndex As Integer _
) As String
'Użycie
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

Parametry

Wartość zwracana

Typ: System.String
A ciąg zawierający nazwę określonej właściwość.