Send feedback on this topic.
Teradata.Client.Provider
Value Property (TdIntervalMonth)



Teradata.Client.Provider Namespace > TdIntervalMonth Structure : Value Property
Gets the .NET data type representation of TdIntervalMonth as a String.
Syntax
'Declaration
 
Public ReadOnly Property Value As String
'Usage
 
Dim instance As TdIntervalMonth
Dim value As String
 
value = instance.Value
public string Value {get;}
public:
property String^ Value {
   String^ get();
}

Property Value

The interval represented as a String is returned.
Exceptions
ExceptionDescription
This property is not available when this instance is TdIntervalMonth.Null.
Remarks
This property in concept parallels TdDataReader.GetValue and TdParameter.Value. That is they all represent the .NET Framework Class Library(FCL) primitive data type that correspond to the Teradata Interval Month data type.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalMonth Structure
TdIntervalMonth Members