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.
Gets a DateTime value of the data value at the specified column position.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Function GetDateTime ( _
ordinal As Integer _
) As DateTime
'Usage
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As DateTime
returnValue = instance.GetDateTime(ordinal)
public DateTime GetDateTime(
int ordinal
)
public:
virtual DateTime GetDateTime(
int ordinal
) sealed
abstract GetDateTime :
ordinal:int -> DateTime
override GetDateTime :
ordinal:int -> DateTime
public final function GetDateTime(
ordinal : int
) : DateTime
Parameter
- ordinal
Typ: System.Int32
An Int32 value that specifies the column position of the data.
Rückgabewert
Typ: System.DateTime
A DateTime system object value that represents the data at the specified column position.
Implementiert
IDataRecord.GetDateTime(Int32)
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Trace-Namespace