SqlCeConnectionStringBuilder.IsFixedSize Property

Gets a value that indicates whether the SqlCeConnectionStringBuilder has a fixed size.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsFixedSize As Boolean
    Get
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Boolean

value = instance.IsFixedSize
public override bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
    bool get () override;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
override function get IsFixedSize () : boolean

Property Value

Type: System.Boolean
true if the SqlCeConnectionStringBuilder has a fixed size; otherwise, false.

Implements

IDictionary.IsFixedSize

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace