Compartilhar via


Propriedade do RDL SqlCeConnectionStringBuilder.IsFixedSize

Obtém um valor que indica se SqlCeConnectionStringBuilder tem um tamanho fixo.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property IsFixedSize As Boolean
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true se SqlCeConnectionStringBuilder tiver um tamanho fixo; caso contrário, false.

Implementa

IDictionary.IsFixedSize

Consulte também

Referência

SqlCeConnectionStringBuilder Classe

Namespace System.Data.SqlServerCe