ConnectionOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows users to specify operations such as validation, to perform on the connection opened by the shard map manager.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum ConnectionOptions
type ConnectionOptions =
Public Enum ConnectionOptions
- Inheritance
-
System.EnumConnectionOptions
- Attributes
-
System.FlagsAttribute
Fields
None | 0 | No operation will be performed on the opened connection. |
Validate | 1 | Validation will be performed on the connection to ensure that the state of the corresponding mapping has not changed since the mapping information was last cached at the client. |