Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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. |