Send feedback on this topic.
Teradata.Client.Provider
Count Property (TdErrorCollection)



Teradata.Client.Provider Namespace > TdErrorCollection Class : Count Property
Gets the number of elements in the TdErrorCollection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As TdErrorCollection
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public:
property int Count {
   int get();
}

Property Value

Indicates the total number of errors or warnings.
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

TdErrorCollection Class
TdErrorCollection Members