Rediger

ApplicationIntent Enum

Definition

Specifies a value for ApplicationIntent. Possible values are ReadWrite and ReadOnly.

public enum class ApplicationIntent
public enum ApplicationIntent
type ApplicationIntent = 
Public Enum ApplicationIntent
Inheritance
ApplicationIntent

Fields

Name Value Description
ReadWrite 0

The application workload type when connecting to a server is read write.

ReadOnly 1

The application workload type when connecting to a server is read only.

Applies to

See also