Поделиться через


Метод BusinessLogicDataReader.GetDateTime

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the value of the specified column as a DateTime object.

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
'Применение
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As DateTime 

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

Параметры

Возвращаемое значение

Тип: System.DateTime
The value of the specified column.

Реализует

IDataRecord.GetDateTime(Int32)

См. также

Справочник

BusinessLogicDataReader Класс

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport