ParameterlessCallType Enumeration

Specifies the parameterless call types.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration ParameterlessCallType
'Usage
Dim instance As ParameterlessCallType
public enum ParameterlessCallType
public enum class ParameterlessCallType
type ParameterlessCallType
public enum ParameterlessCallType

Members

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.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace