OdbcParameterCollection.IsReadOnly 屬性

定義

會得到一個值,表示 是否 OdbcParameterCollection 為唯讀。

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

屬性值

true若 為OdbcParameterCollection唯讀,否則 。 false

適用於

另請參閱