ParameterlessCallType 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.
Specifies the type of the parameterless call.
public enum ParameterlessCallType
type ParameterlessCallType =
Public Enum ParameterlessCallType
- Inheritance
-
ParameterlessCallType
Fields
Name | Value | Description |
---|---|---|
User | 0 | The USER keyword was used. |
CurrentUser | 1 | The CURRENT_USER keyword was used. |
SessionUser | 2 | The SESSION_USER keyword was used. |
SystemUser | 3 | The SYSTEM_USER keyword was used. |
CurrentTimestamp | 4 | The CURRENT_TIMESTAMP keyword was used. |