Send feedback on this topic.
Teradata.Client.Provider
Dispose() Method



Teradata.Client.Provider Namespace > TdXml Class : Dispose() Method
Closes the TdXml object and releases all associated resources.
Syntax
'Declaration
 
Public Sub Dispose() 
'Usage
 
Dim instance As TdXml
 
instance.Dispose()
public void Dispose()
public:
void Dispose(); 
Exceptions
ExceptionDescription
The Teradata Database returned an error, or the .NET Data Provider for Teradata detected an error.
Remarks
Closes the TdXml object and releases all associated Teradata Database and client resources. It is identical to the TdXml.Close method.
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