OleDbParameterCollection.IsFixedSize 屬性

定義

會得到一個表示是否 OleDbParameterCollection 固定大小的值。 唯讀。

public:
 virtual property bool IsFixedSize { bool get(); };
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overrides ReadOnly Property IsFixedSize As Boolean

屬性值

true 若 具有 OleDbParameterCollection 固定大小;否則 false

適用於

另請參閱