ApplicationIntent Enum

Definition

Specifies a value for ApplicationIntent. 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
Inheritance
ApplicationIntent
Attributes

Fields

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.

Applies to

See also