ReadWriteMode 枚举
An enumeration that describes the read/write state of the database.
命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Enumeration ReadWriteMode
用法
Dim instance As ReadWriteMode
public enum ReadWriteMode
public enum class ReadWriteMode
type ReadWriteMode
public enum ReadWriteMode
成员
| 成员名称 | 说明 | |
|---|---|---|
| ReadWrite | The state of the database is read/write enabled. | |
| ReadOnly | The state of the database is read-only. | |
| ReadOnlyExclusive |