Condividi tramite


Metodo DataProvider.GetString

Returns data for the specified column with the given type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetString ( _
    i As Integer _
) As String
'Utilizzo
Dim instance As DataProvider 
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

Parametri

Valore restituito

Tipo: System.String
The value of the specified column.

Implementa

IDataRecord.GetString(Int32)

Vedere anche

Riferimento

DataProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc