Udostępnij za pośrednictwem


Metoda BusinessLogicDataReader.GetChar

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Function GetChar ( _
    i As Integer _
) As Char
'Użycie
Dim instance As BusinessLogicDataReader
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

Parametry

Wartość zwracana

Typ: System.Char

Implementacje

IDataRecord.GetChar(Int32)