目次
AccessObjectとは?
AccessObject
はCurrentData、CurrentProjectのAll系プロパティで取得したオブジェクトのコレクションが保持するそれぞれのオブジェクトを表す型です。
オブジェクトの種類による違いを区別しないで、Accessのオブジェクトとして一括りにして扱う際のクラス型です。
AccessObjectのプロパティ一覧
プロパティ名 | 隠し | 内容 |
---|---|---|
Attributes | ○ | |
CurrentView | ||
DateCreated | オブジェクトの作成日時 | |
DateModified | オブジェクトの更新日時 | |
FullName | オブジェクトの名前 | |
IsLoaded | ||
IsWeb | ||
Name | オブジェクトの名前 | |
_Name | ○ | |
Parent | ||
Properties | ○ | |
Type | オブジェクトの種類を表すAcObjectType |
AcObjectType (抜粋)
0 | acTable | テーブル |
1 | acQuery | クエリー |
2 | acForm | フォーム |
3 | acReport | レポート |
4 | acMacro | マクロ |
5 | acModule | モジュール |
AccessObjectのメソッド一覧
メソッド名 | 隠し | 内容 |
---|---|---|
GetDependencyInfo | ||
IsDependentUpon | ||
IsMemberSafe | ○ |
コメント