Поделиться через


Свойство Dimension.WriteEnabled

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

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property WriteEnabled As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
true if the Dimension is write-enabled; false if the Dimension is not write-enabled.

См. также

Справочник

Dimension Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer