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



Teradata.Client.Provider Namespace > TdXml Class : Value Property
Returns the Xml as a String.
Syntax
'Declaration
 
Public ReadOnly Property Value As String
'Usage
 
Dim instance As TdXml
Dim value As String
 
value = instance.Value
public string Value {get;}
public:
property String^ Value {
   String^ get();
}

Property Value

A String that contains the Xml retrieved from the Teradata Database.
Remarks

The Value property returns the Xml as a string. When this property is accessed for the first time, a request is opened on the connection, the Xml data is retrieved from the Teradata Database, and is stored into a System.String.

There is a limit of 16 requests per a connection that an application can have concurrently opened. If Value is accessed when 16 requests are open, a TdException will get thrown indicating that the maximum limit of streams are open.

A request on a connection will be open when the following occurs:

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

TdXml Class
TdXml Members