RemovePersonalInformation 屬性

此頁(yè)沒(méi)有內(nèi)容條目
內(nèi)容

expandtri全部顯示

返回或設(shè)置 Boolean 值,表明與用戶(hù)有關(guān)的個(gè)人信息是存儲(chǔ)在指定的項(xiàng)目中,還是存儲(chǔ)在數(shù)據(jù)訪問(wèn)頁(yè)中。如果為 True,則刪除個(gè)人信息??勺x寫(xiě)。

expression.RemovePersonalInformation

expression     必需。返回“應(yīng)用于”列表中的一個(gè)對(duì)象的表達(dá)式。

說(shuō)明

此屬性對(duì)應(yīng)用于在數(shù)據(jù)訪問(wèn)頁(yè)的屬性表上提供的 RemoveFileProperties 屬性。

示例

該示例設(shè)置 Microsoft Access 在下次用戶(hù)保存時(shí)從當(dāng)前項(xiàng)目中刪除個(gè)人信息。

CurrentProject.RemovePersonalInformation = True

該示例設(shè)置 Microsoft Access 在下次用戶(hù)保存時(shí)從活動(dòng)的數(shù)據(jù)訪問(wèn)頁(yè)中刪除個(gè)人信息。

Screen.ActiveDataAccessPage _

    .RemovePersonalInformation = True