Permission.Write Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Write attribute for the parent object.
public Microsoft.AnalysisServices.WriteAccess Write { get; set; }
member this.Write : Microsoft.AnalysisServices.WriteAccess with get, set
Public Property Write As WriteAccess
Property Value
An enumeration value with the Write attributes. Values can be None or Allowed; default value is None.
Remarks
A Database object cannot have write permission set to Allowed, a validation error is raised. A Write permission on a dimension grants that permission on all attributes in the dimension. Write permission on a mining model grants permission to modify model content.