Método GetName
Gets the name of the field to find.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
The name of the field, or the empty string ("") if there is no value to return.
Comentários
Exceptions
Exception type |
Condition |
---|---|
IndexOutOfRangeException |
The index passed was outside the range of 0 through FieldCount. |
Consulte também