Freigeben über


AdomdDataReader.GetString-Methode

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetString ( _
    i As Integer _
) As String
'Usage
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

Parameter

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

Rückgabewert

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

Implementiert

IDataRecord.GetString(Int32)

Siehe auch

Verweis

AdomdDataReader Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace