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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : Item Property
Valid connection string keyword for the .NET Data Provider for Teradata.
Gets or sets the value associated with the specified connection string keyword.
Syntax
'Declaration
 
Public Overrides NotOverridable Default Property Item( _
   ByVal keyword As String _
) As Object
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim keyword As String
Dim value As Object
 
instance.Item(keyword) = value
 
value = instance.Item(keyword)
public override object this[ 
   string keyword
]; {get; set;}
public:
property Object^ default [String^] override {
   Object^ get(String^ keyword) override;
   void set (String^ keywordObject^ value) override;
}

Parameters

keyword
Valid connection string keyword for the .NET Data Provider for Teradata.

Property Value

values associated with the specified keyword.
Exceptions
ExceptionDescription
keyword is null.
keyword is not a valid connection string keyword.
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