Partilhar via


Método BusinessLogicDataReader.GetChar

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the value of the specified column as a single character.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Function GetChar ( _
    i As Integer _
) As Char
'Uso
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

Parâmetros

Valor de retorno

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

Implementa

IDataRecord.GetChar(Int32)

Consulte também

Referência

BusinessLogicDataReader Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport