Freigeben über


Dimension.WriteEnabled Property

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

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.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

Eigenschaftswert

true if the Dimension is write-enabled; false if the Dimension is not write-enabled.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdClient Namespace