DbParameterCollection.IsFixedSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定此集合是否為固定大小。
public:
virtual property bool IsFixedSize { bool get(); };
public:
abstract property bool IsFixedSize { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsFixedSize { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsFixedSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean
Public MustOverride ReadOnly Property IsFixedSize As Boolean
屬性值
如果集合為固定大小則為 true
,否則為 false
。
實作
- 屬性
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)