This document is archived and information here might be outdated. Recommended version. |
The column that is responsible for providing the temporal information. This column must be a character (date/time string parsable) , date-time, timestamp, or time period.
[Visual Basic .NET]
Public Property TemporalColumnName As String
[C#]
public string TemporalColumnName {get; set;}
[C++]
HRESULT get_TemporalColumnName(
System.String* pVal
);
[C++]
HRESULT put_TemporalColumnName(
BSTR pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type BSTR* pVal [in]
pVal is a parameter of type BSTR