Share via


OracleParameterCollection.IsFixedSize 屬性

定義

取得值,指出 OracleParameterCollection 是否有固定的大小。

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

屬性值

如果 OracleParameterCollection 有固定大小,則傳回 true,否則傳回 false

實作

適用於