Freigeben über


ReadWriteMode-Enumeration

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

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

Syntax

'Declaration
Public Enumeration ReadWriteMode
'Usage
Dim instance As ReadWriteMode
public enum ReadWriteMode
public enum class ReadWriteMode
type ReadWriteMode
public enum ReadWriteMode

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace