Dimension.WriteEnabled Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(false)]
public bool WriteEnabled { get; set; }
public:
[DefaultValueAttribute(false)]
property bool WriteEnabled {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member WriteEnabled : bool with get, set
<DefaultValueAttribute(False)>
Public Property WriteEnabled As Boolean

Property Value

Type: System.Boolean

true if write is enabled; otherwise, false.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top