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
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also