Compartilhar via


Propriedade do RDL Dimension.WriteEnabled

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

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

Sintaxe

'Declaração
Public Property WriteEnabled As Boolean 
    Get 
    Set
'Uso
Dim instance As Dimension 
Dim value As Boolean 

value = instance.WriteEnabled

instance.WriteEnabled = value
public bool WriteEnabled { get; set; }
public:
property bool WriteEnabled {
    bool get ();
    void set (bool value);
}
member WriteEnabled : bool with get, set
function get WriteEnabled () : boolean 
function set WriteEnabled (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true if write is enabled; otherwise, false.

Consulte também

Referência

Dimension Classe

Namespace Microsoft.AnalysisServices