DB2®ConnectionStringBuilder.IsFixedSize Property
Gets a value indicating whether the DB2ConnectionStringBuilder has a fixed size.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property IsFixedSize As Boolean
[C#]
public bool IsFixedSize {get;}
[C++]
public: __property bool* get_IsFixedSize();
[JScript]
public function get IsFixedSize() : Boolean;
Property value
true if
the DB2ConnectionStringBuilder object has a
fixed size; otherwise false.