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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : IsFixedSize Property
Gets a value that indicates whether the TdConnectionStringBuilder has a fixed size.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property IsFixedSize As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
value = instance.IsFixedSize
public override bool IsFixedSize {get;}
public:
property bool IsFixedSize {
   bool get() override;
}

Property Value

true since .NET Data Provider for Teradata has a fixed set of Connection String attributes.
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
Values Property