ReadWriteMode Enumeration

An enumeration that describes the read/write state of the database.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public enum ReadWriteMode

Members

Member name Description
ReadOnly The state of the database is read-only.
ReadOnlyExclusive An exclusive read only mode.
ReadWrite The state of the database is read/write enabled.

See Also

Reference

Microsoft.AnalysisServices Namespace