Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |