Udostępnij za pośrednictwem


Metoda BusinessLogicDataReader.GetInt64

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

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

Parametry

Wartość zwracana

Typ: System.Int64

Implementacje

IDataRecord.GetInt64(Int32)