Partager via


Propriété Dimension.WriteEnabled

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property WriteEnabled As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Dimension Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer