IDataReader.GetName メソッド
検索するフィールドの名前を取得します。
名前空間: Microsoft.ReportingServices.DataProcessing
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
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
返す値がない場合、フィールドの名前になるか、空の文字列 ("") になります。
説明
例外
例外の種類 |
条件 |
---|---|
IndexOutOfRangeException |
渡されたインデックスは、0 から FieldCount の範囲外でした。 |