GetPropertyName メソッド
指定したフィールドの指定したプロパティの名前を返します。
名前空間: 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
パラメーター
- fieldIndex
型: System. . :: . .Int32
フィールドのインデックスです。
- propertyIndex
型: System. . :: . .Int32
プロパティのインデックスです。
戻り値
型: System. . :: . .String
指定したプロパティの名前を表す string です。