Dimension.WriteEnabled Property
Gets a value that indicates whether the Dimension is write-enabled.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
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
Property Value
true if the Dimension is write-enabled; false if the Dimension is not write-enabled.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdServer Namespace