Permission.Write Property

Definition

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.

Applies to