다음을 통해 공유


IDataReaderFieldProperties.GetPropertyName 메서드

Returns the name of a specified property for a specified field.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Function GetPropertyName ( _
    fieldIndex As Integer, _
    propertyIndex As Integer _
) As String
‘사용 방법
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

매개 변수

  • propertyIndex
    유형: System.Int32
    The index of the property.

반환 값

유형: System.String
A string containing the name of the specified property.

참고 항목

참조

IDataReaderFieldProperties 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스