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
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