Compartir a través de


WriteEnabled Propiedad

Gets a value that indicates whether the Dimension is write-enabled.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property WriteEnabled As Boolean
    Get
'Uso
Dim instance As Dimension
Dim value As Boolean

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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the Dimension is write-enabled; false if the Dimension is not write-enabled.