QueryOptions object
Sets or returns a label for values from the Essbase cube to which a user does not have security access.
Read-write, String
This example shows how to set the label for no access items to “No Access”:
ActiveDocument.Sections["Query"].QueryOptions.ReplaceNoAccess = "No Access"