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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members
Keys Property