Метод DataProvider.GetDateTime

Returns data for the specified column with the given type. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
'Применение
Dim instance As DataProvider 
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
Data for a specified column with the given type.

Реализует

IDataRecord.GetDateTime(Int32)

См. также

Справочник

DataProvider Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc