Метод 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
Параметры
- i
Тип: System. . :: . .Int32
An Int32 value that specifies a column.
Возвращаемое значение
Тип: System. . :: . .DateTime
Data for a specified column with the given type.