GetName メソッド
検索するフィールドの名前を取得します。
名前空間: Microsoft.ReportingServices.DataProcessing
アセンブリ: Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
Function GetName ( _
fieldIndex As Integer _
) As String
'使用
Dim instance As IDataReader
Dim fieldIndex As Integer
Dim returnValue As String
returnValue = instance.GetName(fieldIndex)
string GetName(
int fieldIndex
)
String^ GetName(
int fieldIndex
)
abstract GetName :
fieldIndex:int -> string
function GetName(
fieldIndex : int
) : String
パラメーター
- fieldIndex
型: System. . :: . .Int32
検索するフィールドのインデックスです。
戻り値
型: System. . :: . .String
返す値がない場合、フィールドの名前になるか、空の文字列 ("") になります。