Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.