Udostępnij za pośrednictwem


Metoda BusinessLogicDataReader.GetInt32

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 GetInt32 ( _
    i As Integer _
) As Integer
'Użycie
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim returnValue As Integer

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

Parametry

Wartość zwracana

Typ: System.Int32

Implementacje

IDataRecord.GetInt32(Int32)