Metodo DataProvider.GetChar

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 GetChar ( _
    i As Integer _
) As Char
'Utilizzo
Dim instance As DataProvider 
Dim i As Integer 
Dim returnValue As Char 

returnValue = instance.GetChar(i)
public char GetChar(
    int i
)
public:
virtual wchar_t GetChar(
    int i
) sealed
abstract GetChar : 
        i:int -> char  
override GetChar : 
        i:int -> char
public final function GetChar(
    i : int
) : char

Parametri

Valore restituito

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

Implementa

IDataRecord.GetChar(Int32)

Vedere anche

Riferimento

DataProvider Classe

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