ReadWriteMode Enumeration

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

public enum ReadWriteMode
public enum class ReadWriteMode
type ReadWriteMode
Public Enumeration 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

Microsoft.AnalysisServices Namespace

Return to top