Compartir a través de


AdomdDataReader.GetString Método

Returns a String that contains the value from the specified column.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetString ( _
    i As Integer _
) As String
'Uso
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As String 

returnValue = instance.GetString(i)
public string GetString(
    int i
)
public:
virtual String^ GetString(
    int i
) sealed
abstract GetString : 
        i:int -> string  
override GetString : 
        i:int -> string
public final function GetString(
    i : int
) : String

Parámetros

  • i
    Tipo: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Valor devuelto

Tipo: System.String
A String that contains the value of the specified column.

Implementa

IDataRecord.GetString(Int32)

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer