ParameterlessCallType Enumeration
Specifies the parameterless call types.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| CurrentTimestamp | The Call type is CurrentTimestamp. | |
| CurrentUser | The Call type is CurrentUser. | |
| SessionUser | The Call type is SessionUser. | |
| SystemUser | The Call type is SystemUser. | |
| User | The Call type is User. |
Show: