FunctionOptionKind 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.
Possible values for function options
public enum FunctionOptionKindtype FunctionOptionKind = Public Enum FunctionOptionKind- Inheritance
- 
				FunctionOptionKind
Fields
| Name | Value | Description | 
|---|---|---|
| Encryption | 0 | |
| SchemaBinding | 1 | |
| ReturnsNullOnNullInput | 2 | |
| CalledOnNullInput | 3 | |
| ExecuteAs | 4 | |
| NativeCompilation | 5 | |
| Inline | 6 |