Compartir a través de


IDataReader.GetName Método

Gets the name of the field to find.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Function GetName ( _
    fieldIndex As Integer _
) As String
'Uso
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

Parámetros

  • fieldIndex
    Tipo: System.Int32
    The index of the field to find.

Valor devuelto

Tipo: System.String
The name of the field, or the empty string ("") if there is no value to return.

Comentarios

Exceptions

Exception type

Condition

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.

Vea también

Referencia

IDataReader Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing