Share via


_QueryTable.EnableEditing プロパティ

定義

True の場合、ユーザーは指定したクエリ テーブルを編集できます。 False の場合、クエリ テーブルの更新のみ可能です。 値の取得と設定が可能なブール型 (Boolean) の値です。

public:
 property bool EnableEditing { bool get(); void set(bool value); };
public bool EnableEditing { get; set; }
Public Property EnableEditing As Boolean

プロパティ値

適用対象