Dimension.WriteEnabled Property

Definition

Gets or sets the Boolean value for the write-enable property that is associated with a Dimension object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_WriteEnabled")]
public bool WriteEnabled { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_WriteEnabled")>]
member this.WriteEnabled : bool with get, set
Public Property WriteEnabled As Boolean

Property Value

Boolean

true if write is enabled; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to