Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- i
Typ: System.Int32
The zero-based column ordinal.
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