共用方式為


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 命名空間