ApplicationIntent Перечисление
Определение
Задает значение свойства ApplicationIntent.Specifies a value for ApplicationIntent. Возможные значения: ReadWrite
и ReadOnly
.Possible values are ReadWrite
and ReadOnly
.
public enum class ApplicationIntent
public enum ApplicationIntent
[System.Serializable]
public enum ApplicationIntent
type ApplicationIntent =
[<System.Serializable>]
type ApplicationIntent =
Public Enum ApplicationIntent
- Наследование
- Атрибуты
Поля
ReadOnly | 1 | Тип рабочей нагрузки приложения при подключении к серверу: доступен только для чтения.The application workload type when connecting to a server is read only. |
ReadWrite | 0 | Тип рабочей нагрузки приложения при подключении к серверу: доступен для чтения и записи.The application workload type when connecting to a server is read write. |