Freigeben über


BusinessLogicDataReader.GetDateTime-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
'Usage
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

Parameter

Rückgabewert

Typ: System.DateTime
The value of the specified column.

Implementiert

IDataRecord.GetDateTime(Int32)

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace