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



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

Property Value

An ICollection that contains the valid connection string keys for the .NET Data Provider for Teradata.
Remarks
The size of the collection is always fixed. Furthermore the order of the TdConnectionStringBuilder.Values property collection matches the order of the 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
Values Property