Dimension.WriteEnabled Property
Gets a value that indicates whether the Dimension is write-enabled.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public ReadOnly Property WriteEnabled As Boolean
public bool WriteEnabled { get; }
public:
property bool WriteEnabled {
bool get ();
}
/** @property */
public boolean get_WriteEnabled ()
public function get WriteEnabled () : boolean
Значение свойства
true if the Dimension is write-enabled; false if the Dimension is not write-enabled.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdClient Namespace