Send feedback on this topic.
Teradata.Client.Provider
Values Property (TdConnectionStringBuilder)



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : Values Property
Gets a collection of connection string values for the TdConnectionStringBuilder.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Values As ICollection
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As ICollection
 
value = instance.Values
public override ICollection Values {get;}
public:
property ICollection^ Values {
   ICollection^ get() override;
}

Property Value

An ICollection that contains the connection string values.
Remarks
The size of the collection is always fixed. Furthermore the order of the Values property collection matches the order of the TdConnectionStringBuilder.Keys property collection.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members
Keys Property