OdbcParameterCollection.IsFixedSize 屬性

定義

取得值,指出 OdbcParameterCollection 是否有固定的大小。 唯讀。

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

屬性值

如果 true 有固定的大小,即為 OdbcParameterCollection;否則為 false

適用於

另請參閱