GetString méthode

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function GetString ( _
    i As Integer _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

IDataRecord. . :: . .GetString(Int32)