Freigeben über


SqlCeParameterCollection.IsFixedSize-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Dieses Element überschreibt DbParameterCollection.IsFixedSize, und in diesem Thema ist ggf. eine vollständigere Dokumentation verfügbar.Dieses Element überschreibt DbParameterCollection.IsFixedSize.

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 SqlCeParameterCollection
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

Eigenschaftswert

Typ: System.Boolean

Implementiert

IList.IsFixedSize

Siehe auch

Verweis

SqlCeParameterCollection Klasse

System.Data.SqlServerCe-Namespace