IsFixedSize プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このメンバーは DbParameterCollection. . :: . .IsFixedSize をオーバーライドします。より詳細なドキュメントについては、別トピックで参照できます。このメンバーは DbParameterCollection. . :: . .IsFixedSize をオーバーライドします。

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Public Overrides ReadOnly Property IsFixedSize As Boolean
    Get
'使用
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

プロパティ値

型: System. . :: . .Boolean

実装

IList. . :: . .IsFixedSize

関連項目

参照

SqlCeParameterCollection クラス

SqlCeParameterCollection メンバー

System.Data.SqlServerCe 名前空間